summaryrefslogtreecommitdiffstats
path: root/drivers/video/exynos
diff options
context:
space:
mode:
authorJingoo Han <jg1.han@samsung.com>2012-05-04 15:25:36 +0900
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2012-05-13 13:05:52 +0000
commit35b37dc4fd326bc5b8c489bc7653af102e0826e5 (patch)
tree06809359c6ae02952bbf4f477728452b85a51253 /drivers/video/exynos
parent701d707c64f30a46510871513528b264e07a9634 (diff)
downloadlinux-35b37dc4fd326bc5b8c489bc7653af102e0826e5.tar.gz
linux-35b37dc4fd326bc5b8c489bc7653af102e0826e5.tar.xz
linux-35b37dc4fd326bc5b8c489bc7653af102e0826e5.zip
video: exynos_dp: remove unnecessary header includes
Remove unnecessary headers from the file. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers/video/exynos')
-rw-r--r--drivers/video/exynos/exynos_dp_core.c2
-rw-r--r--drivers/video/exynos/exynos_dp_reg.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/drivers/video/exynos/exynos_dp_core.c b/drivers/video/exynos/exynos_dp_core.c
index 6e9f3ce2a4b1..ef4d1ab4cf4d 100644
--- a/drivers/video/exynos/exynos_dp_core.c
+++ b/drivers/video/exynos/exynos_dp_core.c
@@ -21,8 +21,6 @@
#include <video/exynos_dp.h>
-#include <plat/cpu.h>
-
#include "exynos_dp_core.h"
static int exynos_dp_init_dp(struct exynos_dp_device *dp)
diff --git a/drivers/video/exynos/exynos_dp_reg.c b/drivers/video/exynos/exynos_dp_reg.c
index 3863726f5874..99bafb82537e 100644
--- a/drivers/video/exynos/exynos_dp_reg.c
+++ b/drivers/video/exynos/exynos_dp_reg.c
@@ -16,8 +16,6 @@
#include <video/exynos_dp.h>
-#include <plat/cpu.h>
-
#include "exynos_dp_core.h"
#include "exynos_dp_reg.h"