Message ID | 49B08FA2.30007@renesas.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
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. -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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 -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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. -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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>
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(-)