diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-03-05 14:42:20 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-04-04 19:52:41 -0300 |
commit | 474c890d67ca5a16817deb4c5b6b8c600d8dd247 (patch) | |
tree | dff7352b5c44b08f7553ef5dfda69919cd1c890e /drivers/media/platform/exynos-gsc/gsc-regs.c | |
parent | 992bc797deaf0765f77fda03bc0d0a846236c81c (diff) | |
download | blackbird-op-linux-474c890d67ca5a16817deb4c5b6b8c600d8dd247.tar.gz blackbird-op-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/gsc-regs.c')
-rw-r--r-- | drivers/media/platform/exynos-gsc/gsc-regs.c | 1 |
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" |