diff options
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/video/tuner-types.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linux/drivers/media/video/tuner-types.c b/linux/drivers/media/video/tuner-types.c index a0de7b953..10a49cec4 100644 --- a/linux/drivers/media/video/tuner-types.c +++ b/linux/drivers/media/video/tuner-types.c @@ -1,5 +1,5 @@ /* - * $Id: tuner-types.c,v 1.4 2006/01/23 04:28:12 mkrufky Exp $ + * $Id: tuner-types.c,v 1.5 2006/01/23 04:42:00 mkrufky Exp $ * * i2c tv tuner chip device type database. * @@ -1052,7 +1052,6 @@ static struct tuner_params tuner_tuner_tuv1236d_params[] = { .type = TUNER_PARAM_TYPE_ATSC, .ranges = tuner_tuv1236d_atsc_ranges, .count = ARRAY_SIZE(tuner_tuv1236d_atsc_ranges), - .config = , }, #endif }; |