* [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
* Re: [PATCH/for-2.6.29] sh: Add media/soc_camera.h to board setup of Renesas AP325RXA
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 ` 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
2 siblings, 0 replies; 4+ messages in thread
From: Paul Mundt @ 2009-03-06 4:21 UTC (permalink / raw)
To: linux-sh
On Fri, Mar 06, 2009 at 11:51:14AM +0900, Nobuhiro Iwamatsu wrote:
> 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.
>
What was the build you error you saw? I built the defconfig and did not
run in to any issues.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH/for-2.6.29] sh: Add media/soc_camera.h to board setup of
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 ` 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
2 siblings, 0 replies; 4+ messages in thread
From: Nobuhiro Iwamatsu @ 2009-03-06 5:05 UTC (permalink / raw)
To: linux-sh
Paul Mundt wrote:
> On Fri, Mar 06, 2009 at 11:51:14AM +0900, Nobuhiro Iwamatsu wrote:
>> 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.
>>
> What was the build you error you saw? I built the defconfig and did not
> run in to any issues.
>
Oops, sorry. I mistook.
Please ignore this patch.
Best regards,
Nobuhiro
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH/for-2.6.29] sh: Add media/soc_camera.h to board setup of Renesas AP325RXA
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 ` Paul Mundt
2 siblings, 0 replies; 4+ messages in thread
From: Paul Mundt @ 2009-03-10 6:16 UTC (permalink / raw)
To: linux-sh
On Fri, Mar 06, 2009 at 02:05:22PM +0900, Nobuhiro Iwamatsu wrote:
> Paul Mundt wrote:
> >On Fri, Mar 06, 2009 at 11:51:14AM +0900, Nobuhiro Iwamatsu wrote:
> >>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.
> >>
> >What was the build you error you saw? I built the defconfig and did not
> >run in to any issues.
> >
> Oops, sorry. I mistook.
> Please ignore this patch.
>
Ah, I see what happened, when the patch was reverted we didn't update the
defconfig back to its previous state, but if we do that then we hit this
build error, which doesn't show up in the 2.6.30 bits. I'll add this to
the queue.
^ permalink raw reply [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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox