aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/bt8xx/bttvp.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/bt8xx/bttvp.h')
-rw-r--r--drivers/media/video/bt8xx/bttvp.h3
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
267extern struct bus_type bttv_sub_bus_type; 265extern struct bus_type bttv_sub_bus_type;
268int bttv_sub_add_device(struct bttv_core *core, char *name); 266int bttv_sub_add_device(struct bttv_core *core, char *name);
269int bttv_sub_del_devices(struct bttv_core *core); 267int bttv_sub_del_devices(struct bttv_core *core);
270 268
271
272/* ---------------------------------------------------------- */ 269/* ---------------------------------------------------------- */
273/* bttv-driver.c */ 270/* bttv-driver.c */
274 271