diff options
author | Jacopo Mondi <jacopo+renesas@jmondi.org> | 2018-07-04 13:15:46 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-07-25 00:50:35 +0300 |
commit | a50c7738e8ae3276a4b224e321bbd40aee88e8fe (patch) | |
tree | f93e6f12b59a73479e76c06695e0e1dee651101e /arch/sh/boards/mach-migor/setup.c | |
parent | 5525b8314389a0c558d15464e86f438974b94e32 (diff) | |
download | linux-a50c7738e8ae3276a4b224e321bbd40aee88e8fe.tar.xz |
media: sh: migor: Remove stale soc_camera include
Remove a stale inclusion for the soc_camera header.
Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'arch/sh/boards/mach-migor/setup.c')
-rw-r--r-- | arch/sh/boards/mach-migor/setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-migor/setup.c b/arch/sh/boards/mach-migor/setup.c index 26543cc30d26..254f2c662703 100644 --- a/arch/sh/boards/mach-migor/setup.c +++ b/arch/sh/boards/mach-migor/setup.c @@ -28,7 +28,6 @@ #include <video/sh_mobile_lcdc.h> #include <media/drv-intf/renesas-ceu.h> #include <media/i2c/ov772x.h> -#include <media/soc_camera.h> #include <media/i2c/tw9910.h> #include <asm/clock.h> #include <asm/machvec.h> |