All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: mach-shmobile: ag5: fixup compile break
@ 2012-01-23  5:08 Kuninori Morimoto
  2012-01-24  0:58 ` Paul Mundt
  0 siblings, 1 reply; 2+ messages in thread
From: Kuninori Morimoto @ 2012-01-23  5:08 UTC (permalink / raw)
  To: linux-sh

This patch fixup below compile break

  CC      arch/arm/mach-shmobile/board-ag5evm.o
${LINUX}/arch/arm/mach-shmobile/board-ag5evm.c:274:\
   error: 'V4L2_PIX_FMT_RGB565' undeclared here (not in a function)

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 arch/arm/mach-shmobile/board-ag5evm.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-shmobile/board-ag5evm.c b/arch/arm/mach-shmobile/board-ag5evm.c
index 9952f0a..344698c 100644
--- a/arch/arm/mach-shmobile/board-ag5evm.c
+++ b/arch/arm/mach-shmobile/board-ag5evm.c
@@ -38,6 +38,7 @@
 #include <linux/mfd/tmio.h>
 #include <linux/sh_clk.h>
 #include <linux/dma-mapping.h>
+#include <linux/videodev2.h>
 #include <video/sh_mobile_lcdc.h>
 #include <video/sh_mipi_dsi.h>
 #include <sound/sh_fsi.h>
-- 
1.7.5.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: mach-shmobile: ag5: fixup compile break
  2012-01-23  5:08 [PATCH] ARM: mach-shmobile: ag5: fixup compile break Kuninori Morimoto
@ 2012-01-24  0:58 ` Paul Mundt
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2012-01-24  0:58 UTC (permalink / raw)
  To: linux-sh

On Sun, Jan 22, 2012 at 09:08:55PM -0800, Kuninori Morimoto wrote:
> This patch fixup below compile break
> 
>   CC      arch/arm/mach-shmobile/board-ag5evm.o
> ${LINUX}/arch/arm/mach-shmobile/board-ag5evm.c:274:\
>    error: 'V4L2_PIX_FMT_RGB565' undeclared here (not in a function)
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

I've already applied the same fix from someone else, thanks anyways.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-24  0:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-23  5:08 [PATCH] ARM: mach-shmobile: ag5: fixup compile break Kuninori Morimoto
2012-01-24  0:58 ` Paul Mundt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.