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/dvb/frontends/tda80xx.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/dvb/frontends/tda80xx.c')
-rw-r--r-- | linux/drivers/media/dvb/frontends/tda80xx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/tda80xx.c b/linux/drivers/media/dvb/frontends/tda80xx.c index 996fd4beb..83fc57a22 100644 --- a/linux/drivers/media/dvb/frontends/tda80xx.c +++ b/linux/drivers/media/dvb/frontends/tda80xx.c @@ -21,7 +21,6 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include <linux/config.h> #include <linux/delay.h> #include <linux/init.h> #include <linux/spinlock.h> |