From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mundt Date: Thu, 26 Jan 2012 00:18:31 +0000 Subject: Re: [PATCH v2] sh: se7724: fix compile breakage Message-Id: <20120126001830.GC26283@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 Thu, Jan 26, 2012 at 01:12:01AM +0100, Laurent Pinchart wrote: > Hi Guennadi, > > Thanks for the patch. > > On Wednesday 25 January 2012 22:07:05 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" > > Also add other missing headers, even if compilation currently succeeds > > because of their indirect inclusion via other headers. > > > > Signed-off-by: Guennadi Liakhovetski > > Acked-by: Laurent Pinchart > Hopefully that'll be the end of it now.. Applied, thanks guys.