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/video/cx88/cx88-tvaudio.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/video/cx88/cx88-tvaudio.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-tvaudio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-tvaudio.c b/drivers/media/video/cx88/cx88-tvaudio.c index 5785c348157..cbd85feec92 100644 --- a/drivers/media/video/cx88/cx88-tvaudio.c +++ b/drivers/media/video/cx88/cx88-tvaudio.c @@ -52,7 +52,6 @@ #include <linux/init.h> #include <linux/smp_lock.h> #include <linux/delay.h> -#include <linux/config.h> #include <linux/kthread.h> #include "cx88.h" |