aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx/em28xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/em28xx/em28xx.h')
-rw-r--r--drivers/media/video/em28xx/em28xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/em28xx.h b/drivers/media/video/em28xx/em28xx.h
index db82b51c85f..93007cc72f4 100644
--- a/drivers/media/video/em28xx/em28xx.h
+++ b/drivers/media/video/em28xx/em28xx.h
@@ -176,9 +176,9 @@ struct em28xx_board {
176 176
177 unsigned int has_tuner:1; 177 unsigned int has_tuner:1;
178 unsigned int has_msp34xx:1; 178 unsigned int has_msp34xx:1;
179 unsigned int mts_firmware:1;
179 180
180 enum em28xx_decoder decoder; 181 enum em28xx_decoder decoder;
181 int xc2028_type;
182 182
183 struct em28xx_input input[MAX_EM28XX_INPUT]; 183 struct em28xx_input input[MAX_EM28XX_INPUT];
184}; 184};