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 23f34dd691e9..217f948e03d7 100644
--- a/drivers/media/video/em28xx/em28xx.h
+++ b/drivers/media/video/em28xx/em28xx.h
@@ -409,7 +409,7 @@ struct em28xx_board {
409 409
410 struct em28xx_input input[MAX_EM28XX_INPUT]; 410 struct em28xx_input input[MAX_EM28XX_INPUT];
411 struct em28xx_input radio; 411 struct em28xx_input radio;
412 IR_KEYTAB_TYPE *ir_codes; 412 struct ir_scancode_table *ir_codes;
413}; 413};
414 414
415struct em28xx_eeprom { 415struct em28xx_eeprom {