All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH/for-2.6.29] sh: Add media/soc_camera.h to board setup of
@ 2009-03-06  2:51 Nobuhiro Iwamatsu
  2009-03-06  4:21 ` [PATCH/for-2.6.29] sh: Add media/soc_camera.h to board setup of Renesas AP325RXA Paul Mundt
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Nobuhiro Iwamatsu @ 2009-03-06  2:51 UTC (permalink / raw)
  To: linux-sh

Other compilation errors were revised by commit of
"sh: ap325rxa: Revert ov772x support"
(08c2f5b4d76f83213e379b12df504269d21c9e7c) but other compilation
errors are given.
We revert this commit and need to add new header(media/soc_camera.h).
This change revises new compilation error.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
---
 arch/sh/boards/board-ap325rxa.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/sh/boards/board-ap325rxa.c b/arch/sh/boards/board-ap325rxa.c
index 72da416..15b6d45 100644
--- a/arch/sh/boards/board-ap325rxa.c
+++ b/arch/sh/boards/board-ap325rxa.c
@@ -22,6 +22,7 @@
 #include <linux/gpio.h>
 #include <linux/spi/spi.h>
 #include <linux/spi/spi_gpio.h>
+#include <media/soc_camera.h>
 #include <media/soc_camera_platform.h>
 #include <media/sh_mobile_ceu.h>
 #include <video/sh_mobile_lcdc.h>
-- 

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

end of thread, other threads:[~2009-03-10  6:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-06  2:51 [PATCH/for-2.6.29] sh: Add media/soc_camera.h to board setup of Nobuhiro Iwamatsu
2009-03-06  4:21 ` [PATCH/for-2.6.29] sh: Add media/soc_camera.h to board setup of Renesas AP325RXA Paul Mundt
2009-03-06  5:05 ` [PATCH/for-2.6.29] sh: Add media/soc_camera.h to board setup of Nobuhiro Iwamatsu
2009-03-10  6:16 ` [PATCH/for-2.6.29] sh: Add media/soc_camera.h to board setup of Renesas AP325RXA 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.