aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/bttvp.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/bttvp.h')
-rw-r--r--drivers/media/video/bttvp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/video/bttvp.h b/drivers/media/video/bttvp.h
index d04d02385349..55759f698e02 100644
--- a/drivers/media/video/bttvp.h
+++ b/drivers/media/video/bttvp.h
@@ -209,7 +209,6 @@ extern struct bus_type bttv_sub_bus_type;
209int bttv_sub_add_device(struct bttv_core *core, char *name); 209int bttv_sub_add_device(struct bttv_core *core, char *name);
210int bttv_sub_del_devices(struct bttv_core *core); 210int bttv_sub_del_devices(struct bttv_core *core);
211void bttv_gpio_irq(struct bttv_core *core); 211void bttv_gpio_irq(struct bttv_core *core);
212int bttv_any_irq(struct bttv_core *core);
213 212
214 213
215/* ---------------------------------------------------------- */ 214/* ---------------------------------------------------------- */
@@ -275,7 +274,8 @@ struct bttv {
275 struct bttv_pll_info pll; 274 struct bttv_pll_info pll;
276 int triton1; 275 int triton1;
277 int gpioirq; 276 int gpioirq;
278 int any_irq; 277 int (*custom_irq)(struct bttv *btv);
278
279 int use_i2c_hw; 279 int use_i2c_hw;
280 280
281 /* old gpio interface */ 281 /* old gpio interface */
@@ -300,7 +300,7 @@ struct bttv {
300 300
301 /* infrared remote */ 301 /* infrared remote */
302 int has_remote; 302 int has_remote;
303 struct bttv_input *remote; 303 struct bttv_ir *remote;
304 304
305 /* locking */ 305 /* locking */
306 spinlock_t s_lock; 306 spinlock_t s_lock;