8103466315
Make .power and .reset callbacks per camera instead of per host, also move their invocation to camera drivers. .arch/arm/mach-pxa/include/mach/camera.h | 2 - Signed-off-by: Stefan Herbrechtsmeier <hbmeier@hni.uni-paderborn.de> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
10 lines
203 B
C
10 lines
203 B
C
#ifndef __ASM_SH_MOBILE_CEU_H__
|
|
#define __ASM_SH_MOBILE_CEU_H__
|
|
|
|
#include <media/soc_camera.h>
|
|
|
|
struct sh_mobile_ceu_info {
|
|
unsigned long flags; /* SOCAM_... */
|
|
};
|
|
|
|
#endif /* __ASM_SH_MOBILE_CEU_H__ */
|