diff options
Diffstat (limited to 'drivers/media/video/bttvp.h')
-rw-r--r-- | drivers/media/video/bttvp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/bttvp.h b/drivers/media/video/bttvp.h index 386f546f7d11..1e6a5632c3c7 100644 --- a/drivers/media/video/bttvp.h +++ b/drivers/media/video/bttvp.h | |||
@@ -45,6 +45,7 @@ | |||
45 | #include <media/tveeprom.h> | 45 | #include <media/tveeprom.h> |
46 | #include <media/ir-common.h> | 46 | #include <media/ir-common.h> |
47 | 47 | ||
48 | |||
48 | #include "bt848.h" | 49 | #include "bt848.h" |
49 | #include "bttv.h" | 50 | #include "bttv.h" |
50 | #include "btcx-risc.h" | 51 | #include "btcx-risc.h" |
@@ -208,6 +209,7 @@ extern struct bus_type bttv_sub_bus_type; | |||
208 | int bttv_sub_add_device(struct bttv_core *core, char *name); | 209 | int bttv_sub_add_device(struct bttv_core *core, char *name); |
209 | int bttv_sub_del_devices(struct bttv_core *core); | 210 | int bttv_sub_del_devices(struct bttv_core *core); |
210 | void bttv_gpio_irq(struct bttv_core *core); | 211 | void bttv_gpio_irq(struct bttv_core *core); |
212 | int bttv_any_irq(struct bttv_core *core); | ||
211 | 213 | ||
212 | 214 | ||
213 | /* ---------------------------------------------------------- */ | 215 | /* ---------------------------------------------------------- */ |
@@ -273,6 +275,7 @@ struct bttv { | |||
273 | struct bttv_pll_info pll; | 275 | struct bttv_pll_info pll; |
274 | int triton1; | 276 | int triton1; |
275 | int gpioirq; | 277 | int gpioirq; |
278 | int any_irq; | ||
276 | int use_i2c_hw; | 279 | int use_i2c_hw; |
277 | 280 | ||
278 | /* old gpio interface */ | 281 | /* old gpio interface */ |