diff options
author | Jingoo Han <jg1.han@samsung.com> | 2012-05-04 15:25:36 +0900 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2012-05-13 13:05:52 +0000 |
commit | 35b37dc4fd326bc5b8c489bc7653af102e0826e5 (patch) | |
tree | 06809359c6ae02952bbf4f477728452b85a51253 | |
parent | 701d707c64f30a46510871513528b264e07a9634 (diff) | |
download | linux-3.10-35b37dc4fd326bc5b8c489bc7653af102e0826e5.tar.gz linux-3.10-35b37dc4fd326bc5b8c489bc7653af102e0826e5.tar.bz2 linux-3.10-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>
-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 6e9f3ce2a4b..ef4d1ab4cf4 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 3863726f587..99bafb82537 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" |