aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/radio-aztech.c
diff options
context:
space:
mode:
authorDouglas Schilling Landgraf <dougsland@gmail.com>2007-05-27 13:05:01 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-07-18 13:23:47 -0400
commit2e02b9a717388c99f2c2ef0aa03f86334bbf8fc7 (patch)
treef3e95d05420778e8340780911fc11353b047844f /drivers/media/radio/radio-aztech.c
parent805b35634b6c349738664619a6d2eb8ece02fe63 (diff)
V4L/DVB (5705): Removed unnecessary .hardware from video_device struct.
From: Douglas Schilling Landgraf <dougsland@gmail.com> Signed-off-by: Douglas Schilling Landgraf <dougsland@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/radio/radio-aztech.c')
-rw-r--r--drivers/media/radio/radio-aztech.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/radio/radio-aztech.c b/drivers/media/radio/radio-aztech.c
index 9f1addae6928..9b1f7a99dac0 100644
--- a/drivers/media/radio/radio-aztech.c
+++ b/drivers/media/radio/radio-aztech.c
@@ -355,7 +355,6 @@ static struct video_device aztech_radio=
355 .owner = THIS_MODULE, 355 .owner = THIS_MODULE,
356 .name = "Aztech radio", 356 .name = "Aztech radio",
357 .type = VID_TYPE_TUNER, 357 .type = VID_TYPE_TUNER,
358 .hardware = 0,
359 .fops = &aztech_fops, 358 .fops = &aztech_fops,
360 .vidioc_querycap = vidioc_querycap, 359 .vidioc_querycap = vidioc_querycap,
361 .vidioc_g_tuner = vidioc_g_tuner, 360 .vidioc_g_tuner = vidioc_g_tuner,