diff options
Diffstat (limited to 'drivers/media/radio/radio-aztech.c')
-rw-r--r-- | drivers/media/radio/radio-aztech.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/radio/radio-aztech.c b/drivers/media/radio/radio-aztech.c index f21d918b3f99..3ba5fa8cf7e6 100644 --- a/drivers/media/radio/radio-aztech.c +++ b/drivers/media/radio/radio-aztech.c | |||
@@ -328,7 +328,7 @@ static struct video_device aztech_radio= | |||
328 | .owner = THIS_MODULE, | 328 | .owner = THIS_MODULE, |
329 | .name = "Aztech radio", | 329 | .name = "Aztech radio", |
330 | .type = VID_TYPE_TUNER, | 330 | .type = VID_TYPE_TUNER, |
331 | .hardware = VID_HARDWARE_AZTECH, | 331 | .hardware = 0, |
332 | .fops = &aztech_fops, | 332 | .fops = &aztech_fops, |
333 | }; | 333 | }; |
334 | 334 | ||