]> git.karo-electronics.de Git - linux-beck.git/commitdiff
[media] exynos: remove unnecessary header inclusions
authorArnd Bergmann <arnd@arndb.de>
Tue, 5 Mar 2013 17:42:20 +0000 (14:42 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 4 Apr 2013 22:52:41 +0000 (19:52 -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>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/platform/exynos-gsc/gsc-regs.c
drivers/media/platform/s5p-tv/sii9234_drv.c

index 6f5b5a486cf361f8c52f74db5bc5e62e94a31491..e22d147a6940fee9969fe3ebcabf3ed6b701900c 100644 (file)
@@ -12,7 +12,6 @@
 
 #include <linux/io.h>
 #include <linux/delay.h>
-#include <mach/map.h>
 
 #include "gsc-core.h"
 
index d90d2286090b7f00ead16d2d9629b96dc2e7a547..39b77d24b9c276b3ef1d0dff2b0fed6f4cca72c1 100644 (file)
@@ -23,9 +23,6 @@
 #include <linux/regulator/machine.h>
 #include <linux/slab.h>
 
-#include <mach/gpio.h>
-#include <plat/gpio-cfg.h>
-
 #include <media/sii9234.h>
 #include <media/v4l2-subdev.h>