diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2011-01-05 14:42:41 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-01-19 11:28:23 -0200 |
commit | 424852f4374561630d526e7bb04eec5bb7d665a1 (patch) | |
tree | 018a2320233a27d01a05e9f6ef9105df2fe7883a /drivers/media/radio/Makefile | |
parent | 90d873a7f9389478e68494c530afab8b19c04f29 (diff) |
[media] radio-gemtek-pci: remove duplicate driver
The radio-gemtek-pci driver is for the same hardware as the radio-maxiradio
driver which uses the same GemTek PR103 and tea5757 combination and the two
drivers are identical. I chose the maxiradio over the gemtek-pci driver since
the maxiradio has support for mono/stereo detection.
Tested with my gemtek-pci card.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/radio/Makefile')
-rw-r--r-- | drivers/media/radio/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/radio/Makefile b/drivers/media/radio/Makefile index d2970748a69..717656d2f74 100644 --- a/drivers/media/radio/Makefile +++ b/drivers/media/radio/Makefile @@ -13,7 +13,6 @@ obj-$(CONFIG_RADIO_MAXIRADIO) += radio-maxiradio.o obj-$(CONFIG_RADIO_RTRACK) += radio-aimslab.o obj-$(CONFIG_RADIO_ZOLTRIX) += radio-zoltrix.o obj-$(CONFIG_RADIO_GEMTEK) += radio-gemtek.o -obj-$(CONFIG_RADIO_GEMTEK_PCI) += radio-gemtek-pci.o obj-$(CONFIG_RADIO_TRUST) += radio-trust.o obj-$(CONFIG_I2C_SI4713) += si4713-i2c.o obj-$(CONFIG_RADIO_SI4713) += radio-si4713.o |