diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-08-08 08:10:00 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-09-26 08:03:16 -0400 |
commit | b59b36db9e8f441868c9907d6ea8fe0cdcb77f39 (patch) | |
tree | 0f2eb12be665a056d2f97b1808e423168bf7fbb3 /drivers/media/radio | |
parent | 2c591947b044513bcc42dd57ea61f41b5b462d93 (diff) |
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')
-rw-r--r-- | drivers/media/radio/radio-aimslab.c | 1 | ||||
-rw-r--r-- | drivers/media/radio/radio-aztech.c | 1 | ||||
-rw-r--r-- | drivers/media/radio/radio-gemtek.c | 1 | ||||
-rw-r--r-- | drivers/media/radio/radio-rtrack2.c | 1 | ||||
-rw-r--r-- | drivers/media/radio/radio-terratec.c | 1 | ||||
-rw-r--r-- | drivers/media/radio/radio-trust.c | 1 | ||||
-rw-r--r-- | drivers/media/radio/radio-typhoon.c | 1 | ||||
-rw-r--r-- | drivers/media/radio/radio-zoltrix.c | 1 |
8 files changed, 0 insertions, 8 deletions
diff --git a/drivers/media/radio/radio-aimslab.c b/drivers/media/radio/radio-aimslab.c index df22a582e7a2..5a9c1f14e353 100644 --- a/drivers/media/radio/radio-aimslab.c +++ b/drivers/media/radio/radio-aimslab.c | |||
@@ -35,7 +35,6 @@ | |||
35 | #include <asm/uaccess.h> /* copy to/from user */ | 35 | #include <asm/uaccess.h> /* copy to/from user */ |
36 | #include <linux/videodev.h> /* kernel radio structs */ | 36 | #include <linux/videodev.h> /* kernel radio structs */ |
37 | #include <media/v4l2-common.h> | 37 | #include <media/v4l2-common.h> |
38 | #include <linux/config.h> /* CONFIG_RADIO_RTRACK_PORT */ | ||
39 | #include <asm/semaphore.h> /* Lock for the I/O */ | 38 | #include <asm/semaphore.h> /* Lock for the I/O */ |
40 | 39 | ||
41 | #ifndef CONFIG_RADIO_RTRACK_PORT | 40 | #ifndef CONFIG_RADIO_RTRACK_PORT |
diff --git a/drivers/media/radio/radio-aztech.c b/drivers/media/radio/radio-aztech.c index 95e6322133ee..63697ab517f9 100644 --- a/drivers/media/radio/radio-aztech.c +++ b/drivers/media/radio/radio-aztech.c | |||
@@ -32,7 +32,6 @@ | |||
32 | #include <asm/uaccess.h> /* copy to/from user */ | 32 | #include <asm/uaccess.h> /* copy to/from user */ |
33 | #include <linux/videodev.h> /* kernel radio structs */ | 33 | #include <linux/videodev.h> /* kernel radio structs */ |
34 | #include <media/v4l2-common.h> | 34 | #include <media/v4l2-common.h> |
35 | #include <linux/config.h> /* CONFIG_RADIO_AZTECH_PORT */ | ||
36 | 35 | ||
37 | /* acceptable ports: 0x350 (JP3 shorted), 0x358 (JP3 open) */ | 36 | /* acceptable ports: 0x350 (JP3 shorted), 0x358 (JP3 open) */ |
38 | 37 | ||
diff --git a/drivers/media/radio/radio-gemtek.c b/drivers/media/radio/radio-gemtek.c index 162f37d8bf96..ffabe02406b5 100644 --- a/drivers/media/radio/radio-gemtek.c +++ b/drivers/media/radio/radio-gemtek.c | |||
@@ -23,7 +23,6 @@ | |||
23 | #include <asm/uaccess.h> /* copy to/from user */ | 23 | #include <asm/uaccess.h> /* copy to/from user */ |
24 | #include <linux/videodev.h> /* kernel radio structs */ | 24 | #include <linux/videodev.h> /* kernel radio structs */ |
25 | #include <media/v4l2-common.h> | 25 | #include <media/v4l2-common.h> |
26 | #include <linux/config.h> /* CONFIG_RADIO_GEMTEK_PORT */ | ||
27 | #include <linux/spinlock.h> | 26 | #include <linux/spinlock.h> |
28 | 27 | ||
29 | #ifndef CONFIG_RADIO_GEMTEK_PORT | 28 | #ifndef CONFIG_RADIO_GEMTEK_PORT |
diff --git a/drivers/media/radio/radio-rtrack2.c b/drivers/media/radio/radio-rtrack2.c index 5b68ac4c7322..e5e9d41e4bd0 100644 --- a/drivers/media/radio/radio-rtrack2.c +++ b/drivers/media/radio/radio-rtrack2.c | |||
@@ -16,7 +16,6 @@ | |||
16 | #include <asm/uaccess.h> /* copy to/from user */ | 16 | #include <asm/uaccess.h> /* copy to/from user */ |
17 | #include <linux/videodev.h> /* kernel radio structs */ | 17 | #include <linux/videodev.h> /* kernel radio structs */ |
18 | #include <media/v4l2-common.h> | 18 | #include <media/v4l2-common.h> |
19 | #include <linux/config.h> /* CONFIG_RADIO_RTRACK2_PORT */ | ||
20 | #include <linux/spinlock.h> | 19 | #include <linux/spinlock.h> |
21 | 20 | ||
22 | #ifndef CONFIG_RADIO_RTRACK2_PORT | 21 | #ifndef CONFIG_RADIO_RTRACK2_PORT |
diff --git a/drivers/media/radio/radio-terratec.c b/drivers/media/radio/radio-terratec.c index dfba4ae596cd..72d82ca6af6e 100644 --- a/drivers/media/radio/radio-terratec.c +++ b/drivers/media/radio/radio-terratec.c | |||
@@ -31,7 +31,6 @@ | |||
31 | #include <asm/uaccess.h> /* copy to/from user */ | 31 | #include <asm/uaccess.h> /* copy to/from user */ |
32 | #include <linux/videodev.h> /* kernel radio structs */ | 32 | #include <linux/videodev.h> /* kernel radio structs */ |
33 | #include <media/v4l2-common.h> | 33 | #include <media/v4l2-common.h> |
34 | #include <linux/config.h> /* CONFIG_RADIO_TERRATEC_PORT */ | ||
35 | #include <linux/spinlock.h> | 34 | #include <linux/spinlock.h> |
36 | 35 | ||
37 | #ifndef CONFIG_RADIO_TERRATEC_PORT | 36 | #ifndef CONFIG_RADIO_TERRATEC_PORT |
diff --git a/drivers/media/radio/radio-trust.c b/drivers/media/radio/radio-trust.c index 8da4badc22b4..696fae8dace0 100644 --- a/drivers/media/radio/radio-trust.c +++ b/drivers/media/radio/radio-trust.c | |||
@@ -23,7 +23,6 @@ | |||
23 | #include <asm/uaccess.h> | 23 | #include <asm/uaccess.h> |
24 | #include <linux/videodev.h> | 24 | #include <linux/videodev.h> |
25 | #include <media/v4l2-common.h> | 25 | #include <media/v4l2-common.h> |
26 | #include <linux/config.h> /* CONFIG_RADIO_TRUST_PORT */ | ||
27 | 26 | ||
28 | /* acceptable ports: 0x350 (JP3 shorted), 0x358 (JP3 open) */ | 27 | /* acceptable ports: 0x350 (JP3 shorted), 0x358 (JP3 open) */ |
29 | 28 | ||
diff --git a/drivers/media/radio/radio-typhoon.c b/drivers/media/radio/radio-typhoon.c index edd012288669..2835c8947f0a 100644 --- a/drivers/media/radio/radio-typhoon.c +++ b/drivers/media/radio/radio-typhoon.c | |||
@@ -37,7 +37,6 @@ | |||
37 | #include <asm/uaccess.h> /* copy to/from user */ | 37 | #include <asm/uaccess.h> /* copy to/from user */ |
38 | #include <linux/videodev.h> /* kernel radio structs */ | 38 | #include <linux/videodev.h> /* kernel radio structs */ |
39 | #include <media/v4l2-common.h> | 39 | #include <media/v4l2-common.h> |
40 | #include <linux/config.h> /* CONFIG_RADIO_TYPHOON_* */ | ||
41 | 40 | ||
42 | #define BANNER "Typhoon Radio Card driver v0.1\n" | 41 | #define BANNER "Typhoon Radio Card driver v0.1\n" |
43 | 42 | ||
diff --git a/drivers/media/radio/radio-zoltrix.c b/drivers/media/radio/radio-zoltrix.c index 59b86a6b4b0e..432c3e2222d0 100644 --- a/drivers/media/radio/radio-zoltrix.c +++ b/drivers/media/radio/radio-zoltrix.c | |||
@@ -34,7 +34,6 @@ | |||
34 | #include <asm/uaccess.h> /* copy to/from user */ | 34 | #include <asm/uaccess.h> /* copy to/from user */ |
35 | #include <linux/videodev.h> /* kernel radio structs */ | 35 | #include <linux/videodev.h> /* kernel radio structs */ |
36 | #include <media/v4l2-common.h> | 36 | #include <media/v4l2-common.h> |
37 | #include <linux/config.h> /* CONFIG_RADIO_ZOLTRIX_PORT */ | ||
38 | 37 | ||
39 | #ifndef CONFIG_RADIO_ZOLTRIX_PORT | 38 | #ifndef CONFIG_RADIO_ZOLTRIX_PORT |
40 | #define CONFIG_RADIO_ZOLTRIX_PORT -1 | 39 | #define CONFIG_RADIO_ZOLTRIX_PORT -1 |