summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorDouglas Schilling Landgraf <dougsland@gmail.com>2007-05-27 14:07:24 -0300
committerDouglas Schilling Landgraf <dougsland@gmail.com>2007-05-27 14:07:24 -0300
commitfd870ac3eab0b5e4e04240d8866c8743e7788dd3 (patch)
tree9ff90bb273cc84413eb172468e555488ed7b690b /linux
parent8344915cf5515333f3c44465f97bacf8df7604fa (diff)
downloadmediapointer-dvb-s2-fd870ac3eab0b5e4e04240d8866c8743e7788dd3.tar.gz
mediapointer-dvb-s2-fd870ac3eab0b5e4e04240d8866c8743e7788dd3.tar.bz2
From: Douglas Schilling Landgraf <dougsland@gmail.com>
Removed unnecessary .hardware from video_device struct. Signed-off-by: Douglas Schilling Landgraf <dougsland@gmail.com>
Diffstat (limited to 'linux')
-rw-r--r--linux/drivers/media/radio/radio-aztech.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/radio/radio-aztech.c b/linux/drivers/media/radio/radio-aztech.c
index 9a94677e1..1575afacc 100644
--- a/linux/drivers/media/radio/radio-aztech.c
+++ b/linux/drivers/media/radio/radio-aztech.c
@@ -360,7 +360,6 @@ static struct video_device aztech_radio=
.owner = THIS_MODULE,
.name = "Aztech radio",
.type = VID_TYPE_TUNER,
- .hardware = 0,
.fops = &aztech_fops,
.vidioc_querycap = vidioc_querycap,
.vidioc_g_tuner = vidioc_g_tuner,