diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-06-25 11:05:15 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-06-25 11:05:15 -0300 |
commit | 6d642d26065c5d375fbb819dbfd8f5d1b9255ece (patch) | |
tree | b10487f033e138ffa0e0f2f4a9021c1cd599f233 /drivers/media/radio/radio-sf16fmi.c | |
parent | 7bcfdf0f703211cdc85ee240e44f8773246902d8 (diff) | |
download | linux-3.10-6d642d26065c5d375fbb819dbfd8f5d1b9255ece.tar.gz linux-3.10-6d642d26065c5d375fbb819dbfd8f5d1b9255ece.tar.bz2 linux-3.10-6d642d26065c5d375fbb819dbfd8f5d1b9255ece.zip |
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>
Diffstat (limited to 'drivers/media/radio/radio-sf16fmi.c')
-rw-r--r-- | drivers/media/radio/radio-sf16fmi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/radio/radio-sf16fmi.c b/drivers/media/radio/radio-sf16fmi.c index ddd922dd8ad..a81d723b8c7 100644 --- a/drivers/media/radio/radio-sf16fmi.c +++ b/drivers/media/radio/radio-sf16fmi.c @@ -27,8 +27,6 @@ #include <linux/io.h> /* outb, outb_p */ #include <media/v4l2-device.h> #include <media/v4l2-ioctl.h> -#include <media/v4l2-ctrls.h> -#include "lm7000.h" MODULE_AUTHOR("Petr Vandrovec, vandrove@vc.cvut.cz and M. Kirkwood"); MODULE_DESCRIPTION("A driver for the SF16-FMI, SF16-FMP and SF16-FMD radio."); |