diff options
Diffstat (limited to 'drivers/media/dvb-frontends/stv090x.h')
-rw-r--r-- | drivers/media/dvb-frontends/stv090x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/stv090x.h b/drivers/media/dvb-frontends/stv090x.h index 742eeda99000..012e55e5032e 100644 --- a/drivers/media/dvb-frontends/stv090x.h +++ b/drivers/media/dvb-frontends/stv090x.h | |||
@@ -107,7 +107,7 @@ struct stv090x_config { | |||
107 | u8 xor_value); | 107 | u8 xor_value); |
108 | }; | 108 | }; |
109 | 109 | ||
110 | #if IS_ENABLED(CONFIG_DVB_STV090x) | 110 | #if IS_REACHABLE(CONFIG_DVB_STV090x) |
111 | 111 | ||
112 | struct dvb_frontend *stv090x_attach(struct stv090x_config *config, | 112 | struct dvb_frontend *stv090x_attach(struct stv090x_config *config, |
113 | struct i2c_adapter *i2c, | 113 | struct i2c_adapter *i2c, |