sh: se7724: fix compile breakage
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Wed, 25 Jan 2012 21:07:05 +0000 (22:07 +0100)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 27 Jan 2012 06:01:42 +0000 (15:01 +0900)
commita1ad803322a904a250fa901020b4a4dfaf51a829
treee9f7fe13ab7d102a38b76c2fdf8657ae6e944716
parent74ea15d909b31158f9b63190a95b52bc05586d4b
sh: se7724: fix compile breakage

Fix compilation breakage

arch/sh/boards/mach-se/7724/setup.c:182: error: 'V4L2_PIX_FMT_RGB565' undeclared here (not in a function)
make[3]: *** [arch/sh/boards/mach-se/7724/setup.o] Error 1

caused by commit "fbdev: sh_mobile_lcdc: Support FOURCC-based format API"
Also add other missing headers, even if compilation currently succeeds
because of their indirect inclusion via other headers.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/boards/mach-ap325rxa/setup.c
arch/sh/boards/mach-ecovec24/setup.c
arch/sh/boards/mach-kfr2r09/setup.c
arch/sh/boards/mach-migor/setup.c
arch/sh/boards/mach-se/7724/setup.c