diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-27 18:30:46 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-27 18:36:08 -0400 |
commit | f3409f71a76838b1bc985f753eed787a3f17bc2c (patch) | |
tree | 1e05a7ec027cb5c44af4d6c12a2d1eadc0da4867 /drivers/media/common/tuners/mxl5007t.h | |
parent | 38413fd2d82b0e75ae0492518f1b80a5cfd81956 (diff) |
V4L/DVB (8549): mxl5007: Fix an error at include file
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>
Diffstat (limited to 'drivers/media/common/tuners/mxl5007t.h')
-rw-r--r-- | drivers/media/common/tuners/mxl5007t.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/common/tuners/mxl5007t.h b/drivers/media/common/tuners/mxl5007t.h index a1ee3628b7ff..aa3eea0b5262 100644 --- a/drivers/media/common/tuners/mxl5007t.h +++ b/drivers/media/common/tuners/mxl5007t.h | |||
@@ -77,7 +77,6 @@ struct mxl5007t_config { | |||
77 | unsigned int clk_out_enable:1; | 77 | unsigned int clk_out_enable:1; |
78 | }; | 78 | }; |
79 | 79 | ||
80 | #define CONFIG_MEDIA_TUNER_MXL5007T | ||
81 | #if defined(CONFIG_MEDIA_TUNER_MXL5007T) || (defined(CONFIG_MEDIA_TUNER_MXL5007T_MODULE) && defined(MODULE)) | 80 | #if defined(CONFIG_MEDIA_TUNER_MXL5007T) || (defined(CONFIG_MEDIA_TUNER_MXL5007T_MODULE) && defined(MODULE)) |
82 | extern struct dvb_frontend *mxl5007t_attach(struct dvb_frontend *fe, | 81 | extern struct dvb_frontend *mxl5007t_attach(struct dvb_frontend *fe, |
83 | struct i2c_adapter *i2c, u8 addr, | 82 | struct i2c_adapter *i2c, u8 addr, |