video/exynos: remove unnecessary header inclusions
authorArnd Bergmann <arnd@arndb.de>
Thu, 11 Apr 2013 00:04:54 +0000 (02:04 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 11 Apr 2013 11:49:01 +0000 (14:49 +0300)
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>
drivers/video/exynos/exynos_mipi_dsi.c
drivers/video/exynos/exynos_mipi_dsi_common.c
drivers/video/exynos/exynos_mipi_dsi_lowlevel.c

index fac7df6d1abacb7df7967a7cf0aadc159281dff0..3dd43ca2b95f1db5c59c0e20acb1525df6a37e3b 100644 (file)
@@ -35,8 +35,6 @@
 
 #include <video/exynos_mipi_dsim.h>
 
-#include <plat/fb.h>
-
 #include "exynos_mipi_dsi_common.h"
 #include "exynos_mipi_dsi_lowlevel.h"
 
index c70cb8926df6e8ee23796f231318e9242f83751a..520fc9bd887b46356f8819ff3c215a674675a93d 100644 (file)
@@ -31,8 +31,6 @@
 #include <video/mipi_display.h>
 #include <video/exynos_mipi_dsim.h>
 
-#include <mach/map.h>
-
 #include "exynos_mipi_dsi_regs.h"
 #include "exynos_mipi_dsi_lowlevel.h"
 #include "exynos_mipi_dsi_common.h"
index 95cb99a1fe2ddfd9e0b01349c652588abddb84ca..15c5abd408dc8c5615af5d15a6e0b28b222441c4 100644 (file)
@@ -26,8 +26,6 @@
 
 #include <video/exynos_mipi_dsim.h>
 
-#include <mach/map.h>
-
 #include "exynos_mipi_dsi_regs.h"
 
 void exynos_mipi_dsi_func_reset(struct mipi_dsim_device *dsim)
This page took 0.027539 seconds and 5 git commands to generate.