diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-08-08 09:10:00 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-09-26 09:03:16 -0300 |
commit | b59b36db9e8f441868c9907d6ea8fe0cdcb77f39 (patch) | |
tree | 0f2eb12be665a056d2f97b1808e423168bf7fbb3 /drivers/media/radio/radio-terratec.c | |
parent | 2c591947b044513bcc42dd57ea61f41b5b462d93 (diff) | |
download | kernel-crypto-b59b36db9e8f441868c9907d6ea8fe0cdcb77f39.tar.gz kernel-crypto-b59b36db9e8f441868c9907d6ea8fe0cdcb77f39.tar.xz kernel-crypto-b59b36db9e8f441868c9907d6ea8fe0cdcb77f39.zip |
V4L/DVB (4339): Removed the remaining config.h stuff
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 'drivers/media/radio/radio-terratec.c')
-rw-r--r-- | drivers/media/radio/radio-terratec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/radio/radio-terratec.c b/drivers/media/radio/radio-terratec.c index dfba4ae596c..72d82ca6af6 100644 --- a/drivers/media/radio/radio-terratec.c +++ b/drivers/media/radio/radio-terratec.c @@ -31,7 +31,6 @@ #include <asm/uaccess.h> /* copy to/from user */ #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 |