summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-07-27 19:30:46 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-07-27 19:30:46 -0300
commite33ff2ca43bae04e2643c75728a14eb2ef4240fa (patch)
tree1868f279094820b685c706a62b6652697ce12b4b
parenta93b15a7383b09ba2a69ade165de9baf87eecc1d (diff)
downloadmediapointer-dvb-s2-e33ff2ca43bae04e2643c75728a14eb2ef4240fa.tar.gz
mediapointer-dvb-s2-e33ff2ca43bae04e2643c75728a14eb2ef4240fa.tar.bz2
mxl5007: Fix an error at include file
From: Mauro Carvalho Chehab <mchehab@infradead.org> mxl5007 was forcing for its compilation: In file included from drivers/media/common/tuners/mxl5007t.c:25:drivers/media/common/tuners/mxl5007t.h:80:1: warning: "CONFIG_MEDIA_TUNER_MXL5007T" redefined In file included from <command-line>:0: ./include/linux/autoconf.h:2782:1: warning: this is the location of the previous definition Probably, some temporary hack for testing. CC: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r--linux/drivers/media/common/tuners/mxl5007t.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/common/tuners/mxl5007t.h b/linux/drivers/media/common/tuners/mxl5007t.h
index a1ee3628b..aa3eea0b5 100644
--- a/linux/drivers/media/common/tuners/mxl5007t.h
+++ b/linux/drivers/media/common/tuners/mxl5007t.h
@@ -77,7 +77,6 @@ struct mxl5007t_config {
unsigned int clk_out_enable:1;
};
-#define CONFIG_MEDIA_TUNER_MXL5007T
#if defined(CONFIG_MEDIA_TUNER_MXL5007T) || (defined(CONFIG_MEDIA_TUNER_MXL5007T_MODULE) && defined(MODULE))
extern struct dvb_frontend *mxl5007t_attach(struct dvb_frontend *fe,
struct i2c_adapter *i2c, u8 addr,