diff options
Diffstat (limited to 'drivers/media/dvb-frontends/cx24110.h')
-rw-r--r-- | drivers/media/dvb-frontends/cx24110.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/cx24110.h b/drivers/media/dvb-frontends/cx24110.h index 527aff1f2723..d5453ed20b28 100644 --- a/drivers/media/dvb-frontends/cx24110.h +++ b/drivers/media/dvb-frontends/cx24110.h | |||
@@ -46,7 +46,7 @@ static inline int cx24110_pll_write(struct dvb_frontend *fe, u32 val) | |||
46 | return 0; | 46 | return 0; |
47 | } | 47 | } |
48 | 48 | ||
49 | #if IS_ENABLED(CONFIG_DVB_CX24110) | 49 | #if IS_REACHABLE(CONFIG_DVB_CX24110) |
50 | extern struct dvb_frontend* cx24110_attach(const struct cx24110_config* config, | 50 | extern struct dvb_frontend* cx24110_attach(const struct cx24110_config* config, |
51 | struct i2c_adapter* i2c); | 51 | struct i2c_adapter* i2c); |
52 | #else | 52 | #else |