浏览代码

[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>
Arnd Bergmann 12 年之前
父节点
当前提交
474c890d67
共有 2 个文件被更改,包括 0 次插入4 次删除
  1. 0 1
      drivers/media/platform/exynos-gsc/gsc-regs.c
  2. 0 3
      drivers/media/platform/s5p-tv/sii9234_drv.c

+ 0 - 1
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"
 

+ 0 - 3
drivers/media/platform/s5p-tv/sii9234_drv.c

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