Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9865df4d authored by Joonyoung Shim's avatar Joonyoung Shim Committed by Inki Dae
Browse files

drm/exynos: remove to use unnecessary MODULE_xxx macro



The exynos_drm_dmabuf.c file doesn't include any module feature and it
isn't built to module.

Signed-off-by: default avatarJoonyoung Shim <jy0922.shim@samsung.com>
Reviewed-by: default avatarGustavo Padovan <gustavo.padovan@collabora.co.uk>
Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
parent b74ea6a9
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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");