diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2007-12-12 17:27:57 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:03:34 -0500 |
commit | 39b43b1a61f3c4b540b024843e592b14533aa961 (patch) | |
tree | 6e048147e978e3987a94c4037798d55bedfbde62 /drivers/media | |
parent | 8996b3f3cfa9d21ba9ed31a116d5066e38827878 (diff) |
V4L/DVB (6808): git-dvb: fix build in drivers/media/dvb/frontends/tda18271.h
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/dvb/frontends/tda18271.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/tda18271.h b/drivers/media/dvb/frontends/tda18271.h index d8400337263b..b98a9331c590 100644 --- a/drivers/media/dvb/frontends/tda18271.h +++ b/drivers/media/dvb/frontends/tda18271.h | |||
@@ -38,7 +38,7 @@ extern struct dvb_frontend *tda18271_attach(struct dvb_frontend *fe, u8 addr, | |||
38 | static inline struct dvb_frontend *tda18271_attach(struct dvb_frontend *fe, | 38 | static inline struct dvb_frontend *tda18271_attach(struct dvb_frontend *fe, |
39 | u8 addr, | 39 | u8 addr, |
40 | struct i2c_adapter *i2c, | 40 | struct i2c_adapter *i2c, |
41 | enum tda18271_i2c_gate gate); | 41 | enum tda18271_i2c_gate gate) |
42 | { | 42 | { |
43 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __FUNCTION__); | 43 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __FUNCTION__); |
44 | return NULL; | 44 | return NULL; |