diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/tuner-types.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/tuner-types.c b/drivers/media/video/tuner-types.c index e75904dddb12..ae6a2cf91c9b 100644 --- a/drivers/media/video/tuner-types.c +++ b/drivers/media/video/tuner-types.c | |||
@@ -1388,6 +1388,7 @@ struct tunertype tuners[] = { | |||
1388 | [TUNER_THOMSON_FE6600] = { /* Thomson PAL / DVB-T */ | 1388 | [TUNER_THOMSON_FE6600] = { /* Thomson PAL / DVB-T */ |
1389 | .name = "Thomson FE6600", | 1389 | .name = "Thomson FE6600", |
1390 | .params = tuner_thomson_fe6600_params, | 1390 | .params = tuner_thomson_fe6600_params, |
1391 | .count = ARRAY_SIZE(tuner_thomson_fe6600_params), | ||
1391 | }, | 1392 | }, |
1392 | }; | 1393 | }; |
1393 | 1394 | ||