Release 4.11 arch/arm/mach-omap1/camera.h
#ifndef __ASM_ARCH_CAMERA_H_
#define __ASM_ARCH_CAMERA_H_
#include <linux/platform_data/media/omap1_camera.h>
void omap1_camera_init(void *);
static inline void omap1_set_camera_info(struct omap1_cam_platform_data *info)
{
omap1_camera_init(info);
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Janusz Krzysztofik | 17 | 100.00% | 1 | 100.00% |
Total | 17 | 100.00% | 1 | 100.00% |
#endif /* __ASM_ARCH_CAMERA_H_ */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Janusz Krzysztofik | 35 | 97.22% | 2 | 66.67% |
Mauro Carvalho Chehab | 1 | 2.78% | 1 | 33.33% |
Total | 36 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.