summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_g2d.c
diff options
context:
space:
mode:
authorSachin Kamat2013-07-26 09:59:19 +0200
committerInki Dae2013-07-29 19:01:54 +0200
commitdb70d16ef63dbd412a974c893c52ee5ad0777d21 (patch)
tree734493e1859b488ce5d132a84a4c7eac48683f50 /drivers/gpu/drm/exynos/exynos_drm_g2d.c
parentdrm/exynos: consider common clock framework to g2d driver. (diff)
downloadkernel-qcow2-linux-db70d16ef63dbd412a974c893c52ee5ad0777d21.tar.gz
kernel-qcow2-linux-db70d16ef63dbd412a974c893c52ee5ad0777d21.tar.xz
kernel-qcow2-linux-db70d16ef63dbd412a974c893c52ee5ad0777d21.zip
drm/exynos: Remove module.h header inclusion
Remove module.h header file inclusion from files since they do not use/refer to any code from that file. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos_drm_g2d.c')
-rw-r--r--drivers/gpu/drm/exynos/exynos_drm_g2d.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_g2d.c b/drivers/gpu/drm/exynos/exynos_drm_g2d.c
index f81cfd434bb9..eddea4941483 100644
--- a/drivers/gpu/drm/exynos/exynos_drm_g2d.c
+++ b/drivers/gpu/drm/exynos/exynos_drm_g2d.c
@@ -8,7 +8,6 @@
*/
#include <linux/kernel.h>
-#include <linux/module.h>
#include <linux/clk.h>
#include <linux/err.h>
#include <linux/interrupt.h>