diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-07-19 13:52:09 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-07-19 13:52:09 -0300 |
commit | 838ef027fc35d6064cfd7eea469deba1e1169de4 (patch) | |
tree | b038bca27dc21474e33eaab0bb6054149b8fbba1 /linux/drivers/media/radio/radio-terratec.c | |
parent | a97d7ac077cdc755a3ab11cef8d08d01c59a0bd6 (diff) | |
download | mediapointer-dvb-s2-838ef027fc35d6064cfd7eea469deba1e1169de4.tar.gz mediapointer-dvb-s2-838ef027fc35d6064cfd7eea469deba1e1169de4.tar.bz2 |
Removed the remaining config.h stuff
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Since kernel include autoconf.h via command line, those config.h inclusion
can be removed.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/radio/radio-terratec.c')
-rw-r--r-- | linux/drivers/media/radio/radio-terratec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/radio/radio-terratec.c b/linux/drivers/media/radio/radio-terratec.c index a12c5e6de..53fce66c2 100644 --- a/linux/drivers/media/radio/radio-terratec.c +++ b/linux/drivers/media/radio/radio-terratec.c @@ -32,7 +32,6 @@ #include "compat.h" #include <linux/videodev.h> /* kernel radio structs */ #include <media/v4l2-common.h> -#include <linux/config.h> /* CONFIG_RADIO_TERRATEC_PORT */ #include <linux/spinlock.h> #ifndef CONFIG_RADIO_TERRATEC_PORT |