diff options
Diffstat (limited to 'drivers/media/video/bt8xx/bttvp.h')
-rw-r--r-- | drivers/media/video/bt8xx/bttvp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/video/bt8xx/bttvp.h b/drivers/media/video/bt8xx/bttvp.h index 955e6bcd8ae0..08ef54a22c9e 100644 --- a/drivers/media/video/bt8xx/bttvp.h +++ b/drivers/media/video/bt8xx/bttvp.h | |||
@@ -39,7 +39,6 @@ | |||
39 | #include <linux/scatterlist.h> | 39 | #include <linux/scatterlist.h> |
40 | #include <asm/io.h> | 40 | #include <asm/io.h> |
41 | #include <media/v4l2-common.h> | 41 | #include <media/v4l2-common.h> |
42 | |||
43 | #include <linux/device.h> | 42 | #include <linux/device.h> |
44 | #include <media/videobuf-dma-sg.h> | 43 | #include <media/videobuf-dma-sg.h> |
45 | #include <media/tveeprom.h> | 44 | #include <media/tveeprom.h> |
@@ -263,12 +262,10 @@ extern struct videobuf_queue_ops bttv_vbi_qops; | |||
263 | /* ---------------------------------------------------------- */ | 262 | /* ---------------------------------------------------------- */ |
264 | /* bttv-gpio.c */ | 263 | /* bttv-gpio.c */ |
265 | 264 | ||
266 | |||
267 | extern struct bus_type bttv_sub_bus_type; | 265 | extern struct bus_type bttv_sub_bus_type; |
268 | int bttv_sub_add_device(struct bttv_core *core, char *name); | 266 | int bttv_sub_add_device(struct bttv_core *core, char *name); |
269 | int bttv_sub_del_devices(struct bttv_core *core); | 267 | int bttv_sub_del_devices(struct bttv_core *core); |
270 | 268 | ||
271 | |||
272 | /* ---------------------------------------------------------- */ | 269 | /* ---------------------------------------------------------- */ |
273 | /* bttv-driver.c */ | 270 | /* bttv-driver.c */ |
274 | 271 | ||