summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/exynos-gsc
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2013-03-05 18:42:20 +0100
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-04-05 00:52:41 +0200
commit474c890d67ca5a16817deb4c5b6b8c600d8dd247 (patch)
treedff7352b5c44b08f7553ef5dfda69919cd1c890e /drivers/media/platform/exynos-gsc
parent[media] soc_camera/soc_camera_platform: Fix warning related to spacing (diff)
downloadlinux-474c890d67ca5a16817deb4c5b6b8c600d8dd247.tar.xz
linux-474c890d67ca5a16817deb4c5b6b8c600d8dd247.zip
[media] 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> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/platform/exynos-gsc')
-rw-r--r--drivers/media/platform/exynos-gsc/gsc-regs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/platform/exynos-gsc/gsc-regs.c b/drivers/media/platform/exynos-gsc/gsc-regs.c
index 6f5b5a486cf3..e22d147a6940 100644
--- a/drivers/media/platform/exynos-gsc/gsc-regs.c
+++ b/drivers/media/platform/exynos-gsc/gsc-regs.c
@@ -12,7 +12,6 @@
#include <linux/io.h>
#include <linux/delay.h>
-#include <mach/map.h>
#include "gsc-core.h"