Skip to content

Commit 1cff502

Browse files
jkrzyszttmlind
authored andcommitted
OMAP1: camera.h: add missing include
#include <media/omap1_camera.h> directive is required to compile the dependant boards (board-ams-delta for now). Signed-off-by: Janusz Krzysztofik <[email protected]> [[email protected]: updated comments] Signed-off-by: Tony Lindgren <[email protected]>
1 parent e860e6d commit 1cff502

File tree

1 file changed

+2
-0
lines changed
  • arch/arm/mach-omap1/include/mach

1 file changed

+2
-0
lines changed

arch/arm/mach-omap1/include/mach/camera.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#ifndef __ASM_ARCH_CAMERA_H_
22
#define __ASM_ARCH_CAMERA_H_
33

4+
#include <media/omap1_camera.h>
5+
46
void omap1_camera_init(void *);
57

68
static inline void omap1_set_camera_info(struct omap1_cam_platform_data *info)

0 commit comments

Comments
 (0)