aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/tuners/tda827x.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/tuners/tda827x.h')
-rw-r--r--drivers/media/tuners/tda827x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/tuners/tda827x.h b/drivers/media/tuners/tda827x.h
index 7d72ce0a0c2d..9432b5b6121b 100644
--- a/drivers/media/tuners/tda827x.h
+++ b/drivers/media/tuners/tda827x.h
@@ -50,7 +50,7 @@ struct tda827x_config
50 * @param cfg optional callback function pointers. 50 * @param cfg optional callback function pointers.
51 * @return FE pointer on success, NULL on failure. 51 * @return FE pointer on success, NULL on failure.
52 */ 52 */
53#if defined(CONFIG_MEDIA_TUNER_TDA827X) || (defined(CONFIG_MEDIA_TUNER_TDA827X_MODULE) && defined(MODULE)) 53#if IS_ENABLED(CONFIG_MEDIA_TUNER_TDA827X)
54extern struct dvb_frontend* tda827x_attach(struct dvb_frontend *fe, int addr, 54extern struct dvb_frontend* tda827x_attach(struct dvb_frontend *fe, int addr,
55 struct i2c_adapter *i2c, 55 struct i2c_adapter *i2c,
56 struct tda827x_config *cfg); 56 struct tda827x_config *cfg);