Merge branch 'msm-fixes-4.6-rc1' of git://people.freedesktop.org/~robclark/linux...
[deliverable/linux.git] / arch / arm / mach-omap1 / camera.h
1 #ifndef __ASM_ARCH_CAMERA_H_
2 #define __ASM_ARCH_CAMERA_H_
3
4 #include <linux/platform_data/media/omap1_camera.h>
5
6 void omap1_camera_init(void *);
7
8 static inline void omap1_set_camera_info(struct omap1_cam_platform_data *info)
9 {
10 omap1_camera_init(info);
11 }
12
13 #endif /* __ASM_ARCH_CAMERA_H_ */
This page took 0.03264 seconds and 5 git commands to generate.