diff options
author | Jingoo Han <jg1.han@samsung.com> | 2012-05-04 02:25:36 -0400 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2012-05-13 09:05:52 -0400 |
commit | 35b37dc4fd326bc5b8c489bc7653af102e0826e5 (patch) | |
tree | 06809359c6ae02952bbf4f477728452b85a51253 /drivers/video/exynos | |
parent | 701d707c64f30a46510871513528b264e07a9634 (diff) |
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.c | 2 | ||||
-rw-r--r-- | drivers/video/exynos/exynos_dp_reg.c | 2 |
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 @@ | |||
21 | 21 | ||
22 | #include <video/exynos_dp.h> | 22 | #include <video/exynos_dp.h> |
23 | 23 | ||
24 | #include <plat/cpu.h> | ||
25 | |||
26 | #include "exynos_dp_core.h" | 24 | #include "exynos_dp_core.h" |
27 | 25 | ||
28 | static int exynos_dp_init_dp(struct exynos_dp_device *dp) | 26 | 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 @@ | |||
16 | 16 | ||
17 | #include <video/exynos_dp.h> | 17 | #include <video/exynos_dp.h> |
18 | 18 | ||
19 | #include <plat/cpu.h> | ||
20 | |||
21 | #include "exynos_dp_core.h" | 19 | #include "exynos_dp_core.h" |
22 | #include "exynos_dp_reg.h" | 20 | #include "exynos_dp_reg.h" |
23 | 21 | ||