[PATCH 2/2] drm/exynos: remove to use unnecessary MODULE_xxx macro

2015-01-27 Thread Joonyoung Shim
The exynos_drm_dmabuf.c file doesn't include any module feature and it isn't built to module. Signed-off-by: Joonyoung Shim --- drivers/gpu/drm/exynos/exynos_drm_dmabuf.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos_drm_dmabuf.c b/drivers/gpu/drm/exynos/e

[PATCH 2/2] drm/exynos: remove to use unnecessary MODULE_xxx macro

2015-01-27 Thread Gustavo Padovan
2015-01-27 Joonyoung Shim : > The exynos_drm_dmabuf.c file doesn't include any module feature and it > isn't built to module. > > Signed-off-by: Joonyoung Shim > --- > drivers/gpu/drm/exynos/exynos_drm_dmabuf.c | 4 > 1 file changed, 4 deletions(-) Reviewed-by: Gustavo Padovan G