diff options
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-driver.h')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-driver.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/ivtv/ivtv-driver.h b/drivers/media/video/ivtv/ivtv-driver.h index 2b3db90afb74..e4816da6482b 100644 --- a/drivers/media/video/ivtv/ivtv-driver.h +++ b/drivers/media/video/ivtv/ivtv-driver.h | |||
@@ -64,6 +64,7 @@ | |||
64 | #include <media/v4l2-device.h> | 64 | #include <media/v4l2-device.h> |
65 | #include <media/tuner.h> | 65 | #include <media/tuner.h> |
66 | #include <media/cx2341x.h> | 66 | #include <media/cx2341x.h> |
67 | #include <media/ir-kbd-i2c.h> | ||
67 | 68 | ||
68 | #include <linux/ivtv.h> | 69 | #include <linux/ivtv.h> |
69 | 70 | ||
@@ -681,6 +682,7 @@ struct ivtv { | |||
681 | int i2c_state; /* i2c bit state */ | 682 | int i2c_state; /* i2c bit state */ |
682 | struct mutex i2c_bus_lock; /* lock i2c bus */ | 683 | struct mutex i2c_bus_lock; /* lock i2c bus */ |
683 | 684 | ||
685 | struct IR_i2c_init_data ir_i2c_init_data; | ||
684 | 686 | ||
685 | /* Program Index information */ | 687 | /* Program Index information */ |
686 | u32 pgm_info_offset; /* start of pgm info in encoder memory */ | 688 | u32 pgm_info_offset; /* start of pgm info in encoder memory */ |