From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mundt Date: Wed, 25 Jan 2012 09:57:04 +0000 Subject: Re: [PATCH] sh: se7724: fix compile breakage Message-Id: <20120125095704.GB26283@linux-sh.org> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org On Wed, Jan 25, 2012 at 10:31:26AM +0100, Laurent Pinchart wrote: > Hi Guennadi, > > Thanks for the patch. > > On Wednesday 25 January 2012 09:10:29 Guennadi Liakhovetski wrote: > > 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" > > My bad. The following files also need to include linux/videovdev2.h. Should I > send a separate patch, or do you want to include them in your patch ? > > arch/sh/boards/mach-kfr2r09/setup.c > arch/sh/boards/mach-ap325rxa/setup.c > arch/sh/boards/mach-migor/setup.c > arch/sh/boards/mach-ecovec24/setup.c > All at once would be nice.