Skip to content

Commit

Permalink
drm/exynos: remove to use unnecessary MODULE_xxx macro
Browse files Browse the repository at this point in the history
The exynos_drm_dmabuf.c file doesn't include any module feature and it
isn't built to module.

Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Reviewed-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
  • Loading branch information
Joonyoung Shim authored and daeinki committed Feb 7, 2015
1 parent b74ea6a commit 9865df4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/gpu/drm/exynos/exynos_drm_dmabuf.c
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,3 @@ struct drm_gem_object *exynos_dmabuf_prime_import(struct drm_device *drm_dev,

return ERR_PTR(ret);
}

MODULE_AUTHOR("Inki Dae <inki.dae@samsung.com>");
MODULE_DESCRIPTION("Samsung SoC DRM DMABUF Module");
MODULE_LICENSE("GPL");

0 comments on commit 9865df4

Please sign in to comment.