aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/tuners/tda18271.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/tuners/tda18271.h')
-rw-r--r--drivers/media/tuners/tda18271.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/tuners/tda18271.h b/drivers/media/tuners/tda18271.h
index 89b6c6d93fec..4c418d63f540 100644
--- a/drivers/media/tuners/tda18271.h
+++ b/drivers/media/tuners/tda18271.h
@@ -121,7 +121,7 @@ enum tda18271_mode {
121 TDA18271_DIGITAL, 121 TDA18271_DIGITAL,
122}; 122};
123 123
124#if defined(CONFIG_MEDIA_TUNER_TDA18271) || (defined(CONFIG_MEDIA_TUNER_TDA18271_MODULE) && defined(MODULE)) 124#if IS_ENABLED(CONFIG_MEDIA_TUNER_TDA18271)
125extern struct dvb_frontend *tda18271_attach(struct dvb_frontend *fe, u8 addr, 125extern struct dvb_frontend *tda18271_attach(struct dvb_frontend *fe, u8 addr,
126 struct i2c_adapter *i2c, 126 struct i2c_adapter *i2c,
127 struct tda18271_config *cfg); 127 struct tda18271_config *cfg);