diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-06-25 10:05:15 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-06-25 10:05:15 -0400 |
commit | 6d642d26065c5d375fbb819dbfd8f5d1b9255ece (patch) | |
tree | b10487f033e138ffa0e0f2f4a9021c1cd599f233 | |
parent | 7bcfdf0f703211cdc85ee240e44f8773246902d8 (diff) |
Revert "[media] radio-sf16fmi: Use LM7000 driver"
This reverts commit 1e70a6cf7e965bafd89bf363772eb1a4b8e35934.
As requested by Hans Verkuil:
> You accidentally merged the wrong first version of the lm7000 patch series.
>
> These are the correct second version patches:
>
> http://patchwork.linuxtv.org/patch/11689/
> http://patchwork.linuxtv.org/patch/11690/
> http://patchwork.linuxtv.org/patch/11691/
>
> The second version is much simpler and doesn't require the creation of a whole
> new driver.
Requested-by: Hans Verkuil <hverkuil@xs4all.nl>
Cc: Ondrej Zary <linux@rainbow-software.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/radio/Kconfig | 5 | ||||
-rw-r--r-- | drivers/media/radio/radio-sf16fmi.c | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index f4c392481b3c..abdf43c05720 100644 --- a/drivers/media/radio/Kconfig +++ b/drivers/media/radio/Kconfig | |||
@@ -193,8 +193,8 @@ config RADIO_CADET | |||
193 | 193 | ||
194 | config RADIO_LM7000 | 194 | config RADIO_LM7000 |
195 | tristate | 195 | tristate |
196 | depends on RADIO_RTRACK || RADIO_SF16FMI | 196 | depends on RADIO_RTRACK |
197 | default RADIO_RTRACK || RADIO_SF16FMI | 197 | default RADIO_RTRACK |
198 | 198 | ||
199 | config RADIO_RTRACK | 199 | config RADIO_RTRACK |
200 | tristate "AIMSlab RadioTrack (aka RadioReveal) support" | 200 | tristate "AIMSlab RadioTrack (aka RadioReveal) support" |
@@ -328,7 +328,6 @@ config RADIO_MIROPCM20 | |||
328 | config RADIO_SF16FMI | 328 | config RADIO_SF16FMI |
329 | tristate "SF16-FMI/SF16-FMP/SF16-FMD Radio" | 329 | tristate "SF16-FMI/SF16-FMP/SF16-FMD Radio" |
330 | depends on ISA && VIDEO_V4L2 | 330 | depends on ISA && VIDEO_V4L2 |
331 | select RADIO_LM7000 | ||
332 | ---help--- | 331 | ---help--- |
333 | Choose Y here if you have one of these FM radio cards. | 332 | Choose Y here if you have one of these FM radio cards. |
334 | 333 | ||
diff --git a/drivers/media/radio/radio-sf16fmi.c b/drivers/media/radio/radio-sf16fmi.c index ddd922dd8adb..a81d723b8c77 100644 --- a/drivers/media/radio/radio-sf16fmi.c +++ b/drivers/media/radio/radio-sf16fmi.c | |||
@@ -27,8 +27,6 @@ | |||
27 | #include <linux/io.h> /* outb, outb_p */ | 27 | #include <linux/io.h> /* outb, outb_p */ |
28 | #include <media/v4l2-device.h> | 28 | #include <media/v4l2-device.h> |
29 | #include <media/v4l2-ioctl.h> | 29 | #include <media/v4l2-ioctl.h> |
30 | #include <media/v4l2-ctrls.h> | ||
31 | #include "lm7000.h" | ||
32 | 30 | ||
33 | MODULE_AUTHOR("Petr Vandrovec, vandrove@vc.cvut.cz and M. Kirkwood"); | 31 | MODULE_AUTHOR("Petr Vandrovec, vandrove@vc.cvut.cz and M. Kirkwood"); |
34 | MODULE_DESCRIPTION("A driver for the SF16-FMI, SF16-FMP and SF16-FMD radio."); | 32 | MODULE_DESCRIPTION("A driver for the SF16-FMI, SF16-FMP and SF16-FMD radio."); |