summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/em28xx/em28xx.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2008-12-28 23:26:36 -0200
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-28 23:26:36 -0200
commit9b4cfe3aca4123a0279d63449c540a2fdd5fddca (patch)
treec7571075cf920cc4569a8f7712cf29d7d56b5e47 /linux/drivers/media/video/em28xx/em28xx.h
parent3766a9a9af7ff55a75166176dc58d5a7546e4d63 (diff)
downloadmediapointer-dvb-s2-9b4cfe3aca4123a0279d63449c540a2fdd5fddca.tar.gz
mediapointer-dvb-s2-9b4cfe3aca4123a0279d63449c540a2fdd5fddca.tar.bz2
em28xx: simplify analog logic
From: Mauro Carvalho Chehab <mchehab@redhat.com> Now, just two routines are enough for analog: the first one configs the analog part and register V4L2 devices, and the second one release analog devices. After this patch, it will be easier to transform em28xx-video into an em28xx extension, loaded only on analog devices. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/em28xx/em28xx.h')
-rw-r--r--linux/drivers/media/video/em28xx/em28xx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx.h b/linux/drivers/media/video/em28xx/em28xx.h
index 866f7a272..a94ec33a2 100644
--- a/linux/drivers/media/video/em28xx/em28xx.h
+++ b/linux/drivers/media/video/em28xx/em28xx.h
@@ -606,7 +606,6 @@ void em28xx_init_extension(struct em28xx *dev);
void em28xx_close_extension(struct em28xx *dev);
/* Provided by em28xx-video.c */
-int em28xx_analog_config(struct em28xx *dev);
int em28xx_register_analog_devices(struct em28xx *dev);
void em28xx_release_analog_resources(struct em28xx *dev);