diff options
Diffstat (limited to 'drivers/media/video/em28xx/em28xx-i2c.c')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-i2c.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/video/em28xx/em28xx-i2c.c b/drivers/media/video/em28xx/em28xx-i2c.c index d14bcf4ceaea..0591a705b7a1 100644 --- a/drivers/media/video/em28xx/em28xx-i2c.c +++ b/drivers/media/video/em28xx/em28xx-i2c.c | |||
@@ -28,6 +28,7 @@ | |||
28 | #include <linux/video_decoder.h> | 28 | #include <linux/video_decoder.h> |
29 | 29 | ||
30 | #include "em28xx.h" | 30 | #include "em28xx.h" |
31 | #include <media/v4l2-common.h> | ||
31 | #include <media/tuner.h> | 32 | #include <media/tuner.h> |
32 | 33 | ||
33 | /* ----------------------------------------------------------- */ | 34 | /* ----------------------------------------------------------- */ |
@@ -486,9 +487,7 @@ static struct i2c_adapter em28xx_adap_template = { | |||
486 | .inc_use = inc_use, | 487 | .inc_use = inc_use, |
487 | .dec_use = dec_use, | 488 | .dec_use = dec_use, |
488 | #endif | 489 | #endif |
489 | #ifdef I2C_CLASS_TV_ANALOG | ||
490 | .class = I2C_CLASS_TV_ANALOG, | 490 | .class = I2C_CLASS_TV_ANALOG, |
491 | #endif | ||
492 | .name = "em28xx", | 491 | .name = "em28xx", |
493 | .id = I2C_HW_B_EM28XX, | 492 | .id = I2C_HW_B_EM28XX, |
494 | .algo = &em28xx_algo, | 493 | .algo = &em28xx_algo, |