diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-11-11 11:23:54 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:02:07 -0500 |
commit | cb77d010221e66c63f4a71546fed73be9b12b9a3 (patch) | |
tree | f8a735072c6bf432ae39ad26267477a7a5b5a6e7 /drivers/media/video/em28xx/em28xx.h | |
parent | 195a4ef627e110cd468a69fdb973548e6914577a (diff) |
V4L/DVB (6586): Remove some dead code and make drive fully V4L2 compatible
There were some vestiges of an old V4L1 I2C driver that were called by em28xx.
This patch removes this dead code, and replaces videodev.h to videodev2.h
Now, this driver doesn't require V4L1 anymore.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx.h')
-rw-r--r-- | drivers/media/video/em28xx/em28xx.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/video/em28xx/em28xx.h b/drivers/media/video/em28xx/em28xx.h index 672880383de8..f355075d50de 100644 --- a/drivers/media/video/em28xx/em28xx.h +++ b/drivers/media/video/em28xx/em28xx.h | |||
@@ -25,7 +25,7 @@ | |||
25 | #ifndef _EM28XX_H | 25 | #ifndef _EM28XX_H |
26 | #define _EM28XX_H | 26 | #define _EM28XX_H |
27 | 27 | ||
28 | #include <linux/videodev.h> | 28 | #include <linux/videodev2.h> |
29 | #include <linux/i2c.h> | 29 | #include <linux/i2c.h> |
30 | #include <linux/mutex.h> | 30 | #include <linux/mutex.h> |
31 | #include <media/ir-kbd-i2c.h> | 31 | #include <media/ir-kbd-i2c.h> |
@@ -239,7 +239,6 @@ struct em28xx { | |||
239 | /* video for linux */ | 239 | /* video for linux */ |
240 | int users; /* user count for exclusive use */ | 240 | int users; /* user count for exclusive use */ |
241 | struct video_device *vdev; /* video for linux device struct */ | 241 | struct video_device *vdev; /* video for linux device struct */ |
242 | struct video_picture vpic; /* picture settings only used to init saa7113h */ | ||
243 | struct em28xx_tvnorm *tvnorm; /* selected tv norm */ | 242 | struct em28xx_tvnorm *tvnorm; /* selected tv norm */ |
244 | int ctl_freq; /* selected frequency */ | 243 | int ctl_freq; /* selected frequency */ |
245 | unsigned int ctl_input; /* selected input */ | 244 | unsigned int ctl_input; /* selected input */ |