From: Janusz Krzysztofik Date: Tue, 2 Nov 2010 14:04:01 +0000 (+0000) Subject: OMAP1: camera.h: add missing include X-Git-Tag: v2.6.37-rc2~2^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1cff502d8b22272addc4f5f57346d598b4755d9e;p=thirdparty%2Flinux.git OMAP1: camera.h: add missing include #include directive is required to compile the dependant boards (board-ams-delta for now). Signed-off-by: Janusz Krzysztofik [tony@atomide.com: updated comments] Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap1/include/mach/camera.h b/arch/arm/mach-omap1/include/mach/camera.h index fd54b452eb228..847d00f0bb0a6 100644 --- a/arch/arm/mach-omap1/include/mach/camera.h +++ b/arch/arm/mach-omap1/include/mach/camera.h @@ -1,6 +1,8 @@ #ifndef __ASM_ARCH_CAMERA_H_ #define __ASM_ARCH_CAMERA_H_ +#include + void omap1_camera_init(void *); static inline void omap1_set_camera_info(struct omap1_cam_platform_data *info)