diff options
Diffstat (limited to 'drivers/media/dvb-frontends/tda18271c2dd.h')
-rw-r--r-- | drivers/media/dvb-frontends/tda18271c2dd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/tda18271c2dd.h b/drivers/media/dvb-frontends/tda18271c2dd.h index dd84f7b69bec..7ebd8eaff4eb 100644 --- a/drivers/media/dvb-frontends/tda18271c2dd.h +++ b/drivers/media/dvb-frontends/tda18271c2dd.h | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | #include <linux/kconfig.h> | 4 | #include <linux/kconfig.h> |
5 | 5 | ||
6 | #if IS_ENABLED(CONFIG_DVB_TDA18271C2DD) | 6 | #if IS_REACHABLE(CONFIG_DVB_TDA18271C2DD) |
7 | struct dvb_frontend *tda18271c2dd_attach(struct dvb_frontend *fe, | 7 | struct dvb_frontend *tda18271c2dd_attach(struct dvb_frontend *fe, |
8 | struct i2c_adapter *i2c, u8 adr); | 8 | struct i2c_adapter *i2c, u8 adr); |
9 | #else | 9 | #else |