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/radio-trust.c | |
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/radio-trust.c')
-rw-r--r-- | drivers/media/radio/radio-trust.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 | ||