1
0
Fork 0

[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>
hifive-unleashed-5.1
Arnd Bergmann 2013-03-05 14:42:20 -03:00 committed by Mauro Carvalho Chehab
parent 992bc797de
commit 474c890d67
2 changed files with 0 additions and 4 deletions

View File

@ -12,7 +12,6 @@
#include <linux/io.h>
#include <linux/delay.h>
#include <mach/map.h>
#include "gsc-core.h"

View 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>