diff options
Diffstat (limited to 'drivers/media/dvb-frontends/stv0900.h')
-rw-r--r-- | drivers/media/dvb-frontends/stv0900.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/stv0900.h b/drivers/media/dvb-frontends/stv0900.h index e2a6dc69ecb4..c90bf00ea9ce 100644 --- a/drivers/media/dvb-frontends/stv0900.h +++ b/drivers/media/dvb-frontends/stv0900.h | |||
@@ -58,7 +58,7 @@ struct stv0900_config { | |||
58 | void (*set_lock_led)(struct dvb_frontend *fe, int offon); | 58 | void (*set_lock_led)(struct dvb_frontend *fe, int offon); |
59 | }; | 59 | }; |
60 | 60 | ||
61 | #if IS_ENABLED(CONFIG_DVB_STV0900) | 61 | #if IS_REACHABLE(CONFIG_DVB_STV0900) |
62 | extern struct dvb_frontend *stv0900_attach(const struct stv0900_config *config, | 62 | extern struct dvb_frontend *stv0900_attach(const struct stv0900_config *config, |
63 | struct i2c_adapter *i2c, int demod); | 63 | struct i2c_adapter *i2c, int demod); |
64 | #else | 64 | #else |