aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tuner-xc2028.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/tuner-xc2028.h')
-rw-r--r--drivers/media/video/tuner-xc2028.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/drivers/media/video/tuner-xc2028.h b/drivers/media/video/tuner-xc2028.h
index 4e5e4d5d1b5f..e04611e653e4 100644
--- a/drivers/media/video/tuner-xc2028.h
+++ b/drivers/media/video/tuner-xc2028.h
@@ -27,15 +27,17 @@ struct xc2028_ctrl {
27#define XC2028_RESET_CLK 1 27#define XC2028_RESET_CLK 1
28 28
29#if defined(CONFIG_TUNER_XC2028) || (defined(CONFIG_TUNER_XC2028_MODULE) && defined(MODULE)) 29#if defined(CONFIG_TUNER_XC2028) || (defined(CONFIG_TUNER_XC2028_MODULE) && defined(MODULE))
30int xc2028_attach(struct dvb_frontend *fe, struct i2c_adapter* i2c_adap, 30int xc2028_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c_adap,
31 u8 i2c_addr, struct device *dev, void *video_dev, 31 u8 i2c_addr, struct device *dev, void *video_dev,
32 int (*tuner_callback) (void *dev, int command,int arg)); 32 int (*tuner_callback) (void *dev, int command, int arg));
33 33
34#else 34#else
35static inline int xc2028_attach(struct dvb_frontend *fe, 35static inline int xc2028_attach(struct dvb_frontend *fe,
36 struct i2c_adapter* i2c_adap, 36 struct i2c_adapter *i2c_adap,
37 u8 i2c_addr, struct device *dev, void *video_dev, 37 u8 i2c_addr, struct device *dev,
38 int (*tuner_callback) (void *dev, int command,int arg)) 38 void *video_dev,
39 int (*tuner_callback) (void *dev, int command,
40 int arg))
39{ 41{
40 printk(KERN_INFO "%s: not probed - driver disabled by Kconfig\n", 42 printk(KERN_INFO "%s: not probed - driver disabled by Kconfig\n",
41 __FUNCTION__); 43 __FUNCTION__);