summaryrefslogtreecommitdiff
path: root/linux/drivers/media/radio
diff options
context:
space:
mode:
authorDouglas Schilling Landgraf <dougsland@gmail.com>2007-05-27 14:08:05 -0300
committerDouglas Schilling Landgraf <dougsland@gmail.com>2007-05-27 14:08:05 -0300
commit16c61fabac42e1056d1173a85ac4fa4e6f794ebc (patch)
treecd1366c9a9c9a140ee5d8b03ebc34e3aa51a5f3e /linux/drivers/media/radio
parent1bdc7ca1e656d6efa01d8c6b28b104542b6dd2f8 (diff)
downloadmediapointer-dvb-s2-16c61fabac42e1056d1173a85ac4fa4e6f794ebc.tar.gz
mediapointer-dvb-s2-16c61fabac42e1056d1173a85ac4fa4e6f794ebc.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/drivers/media/radio')
-rw-r--r--linux/drivers/media/radio/radio-gemtek-pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/radio/radio-gemtek-pci.c b/linux/drivers/media/radio/radio-gemtek-pci.c
index 09cb193e0..089b5ed1f 100644
--- a/linux/drivers/media/radio/radio-gemtek-pci.c
+++ b/linux/drivers/media/radio/radio-gemtek-pci.c
@@ -379,7 +379,6 @@ static struct video_device vdev_template = {
.owner = THIS_MODULE,
.name = "Gemtek PCI Radio",
.type = VID_TYPE_TUNER,
- .hardware = 0,
.fops = &gemtek_pci_fops,
.vidioc_querycap = vidioc_querycap,
.vidioc_g_tuner = vidioc_g_tuner,