diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-04-10 20:04:54 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-04-11 07:49:01 -0400 |
commit | 015623819b44a3b25347c9de3efd9ad01d475259 (patch) | |
tree | ea8c84ef1f123ef4cc0322d47b1986e2f26ac34a | |
parent | 38dd2daf297a4543344b6c473f3e80b362430a4b (diff) |
video/exynos: remove unnecessary header inclusions
In multiplatform configurations, we cannot include headers
provided by only the exynos platform. Fortunately a number
of drivers that include those headers do not actually need
them, so we can just remove the inclusions.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: linux-fbdev@vger.kernel.org
Acked-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
-rw-r--r-- | drivers/video/exynos/exynos_mipi_dsi.c | 2 | ||||
-rw-r--r-- | drivers/video/exynos/exynos_mipi_dsi_common.c | 2 | ||||
-rw-r--r-- | drivers/video/exynos/exynos_mipi_dsi_lowlevel.c | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/drivers/video/exynos/exynos_mipi_dsi.c b/drivers/video/exynos/exynos_mipi_dsi.c index fac7df6d1aba..3dd43ca2b95f 100644 --- a/drivers/video/exynos/exynos_mipi_dsi.c +++ b/drivers/video/exynos/exynos_mipi_dsi.c | |||
@@ -35,8 +35,6 @@ | |||
35 | 35 | ||
36 | #include <video/exynos_mipi_dsim.h> | 36 | #include <video/exynos_mipi_dsim.h> |
37 | 37 | ||
38 | #include <plat/fb.h> | ||
39 | |||
40 | #include "exynos_mipi_dsi_common.h" | 38 | #include "exynos_mipi_dsi_common.h" |
41 | #include "exynos_mipi_dsi_lowlevel.h" | 39 | #include "exynos_mipi_dsi_lowlevel.h" |
42 | 40 | ||
diff --git a/drivers/video/exynos/exynos_mipi_dsi_common.c b/drivers/video/exynos/exynos_mipi_dsi_common.c index c70cb8926df6..520fc9bd887b 100644 --- a/drivers/video/exynos/exynos_mipi_dsi_common.c +++ b/drivers/video/exynos/exynos_mipi_dsi_common.c | |||
@@ -31,8 +31,6 @@ | |||
31 | #include <video/mipi_display.h> | 31 | #include <video/mipi_display.h> |
32 | #include <video/exynos_mipi_dsim.h> | 32 | #include <video/exynos_mipi_dsim.h> |
33 | 33 | ||
34 | #include <mach/map.h> | ||
35 | |||
36 | #include "exynos_mipi_dsi_regs.h" | 34 | #include "exynos_mipi_dsi_regs.h" |
37 | #include "exynos_mipi_dsi_lowlevel.h" | 35 | #include "exynos_mipi_dsi_lowlevel.h" |
38 | #include "exynos_mipi_dsi_common.h" | 36 | #include "exynos_mipi_dsi_common.h" |
diff --git a/drivers/video/exynos/exynos_mipi_dsi_lowlevel.c b/drivers/video/exynos/exynos_mipi_dsi_lowlevel.c index 95cb99a1fe2d..15c5abd408dc 100644 --- a/drivers/video/exynos/exynos_mipi_dsi_lowlevel.c +++ b/drivers/video/exynos/exynos_mipi_dsi_lowlevel.c | |||
@@ -26,8 +26,6 @@ | |||
26 | 26 | ||
27 | #include <video/exynos_mipi_dsim.h> | 27 | #include <video/exynos_mipi_dsim.h> |
28 | 28 | ||
29 | #include <mach/map.h> | ||
30 | |||
31 | #include "exynos_mipi_dsi_regs.h" | 29 | #include "exynos_mipi_dsi_regs.h" |
32 | 30 | ||
33 | void exynos_mipi_dsi_func_reset(struct mipi_dsim_device *dsim) | 31 | void exynos_mipi_dsi_func_reset(struct mipi_dsim_device *dsim) |