diff options
author | Frank Schaefer <fschaefer.oss@googlemail.com> | 2013-03-27 16:06:31 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-03-29 05:36:20 -0400 |
commit | 855ff38e880f57814ea5c0cbea853da11fcdf42f (patch) | |
tree | 0e3e52d57b586d54465f469e61dc96699e37866e /drivers/media/usb/em28xx/em28xx.h | |
parent | b3944c8f676de2e7ccd78151ae6a0518a9c44df6 (diff) |
[media] em28xx: move sensor code to a separate source code file em28xx-camera.c
em28xx-cards.c is very large and the sensor/camera related code is growing,
so move this code to a separate source code file em28xx-camera.c.
Signed-off-by: Frank Schäfer <fschaefer.oss@googlemail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb/em28xx/em28xx.h')
-rw-r--r-- | drivers/media/usb/em28xx/em28xx.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/usb/em28xx/em28xx.h b/drivers/media/usb/em28xx/em28xx.h index 7be008f2d8a1..a14492ff1fd2 100644 --- a/drivers/media/usb/em28xx/em28xx.h +++ b/drivers/media/usb/em28xx/em28xx.h | |||
@@ -722,6 +722,10 @@ void em28xx_release_resources(struct em28xx *dev); | |||
722 | /* Provided by em28xx-vbi.c */ | 722 | /* Provided by em28xx-vbi.c */ |
723 | extern struct vb2_ops em28xx_vbi_qops; | 723 | extern struct vb2_ops em28xx_vbi_qops; |
724 | 724 | ||
725 | /* Provided by em28xx-camera.c */ | ||
726 | int em28xx_detect_sensor(struct em28xx *dev); | ||
727 | int em28xx_init_camera(struct em28xx *dev); | ||
728 | |||
725 | /* printk macros */ | 729 | /* printk macros */ |
726 | 730 | ||
727 | #define em28xx_err(fmt, arg...) do {\ | 731 | #define em28xx_err(fmt, arg...) do {\ |