diff options
Diffstat (limited to 'drivers/media/tuners/xc4000.h')
-rw-r--r-- | drivers/media/tuners/xc4000.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/tuners/xc4000.h b/drivers/media/tuners/xc4000.h index 97c23de5296c..40517860cf67 100644 --- a/drivers/media/tuners/xc4000.h +++ b/drivers/media/tuners/xc4000.h | |||
@@ -50,7 +50,7 @@ struct xc4000_config { | |||
50 | * it's passed back to a bridge during tuner_callback(). | 50 | * it's passed back to a bridge during tuner_callback(). |
51 | */ | 51 | */ |
52 | 52 | ||
53 | #if IS_ENABLED(CONFIG_MEDIA_TUNER_XC4000) | 53 | #if IS_REACHABLE(CONFIG_MEDIA_TUNER_XC4000) |
54 | extern struct dvb_frontend *xc4000_attach(struct dvb_frontend *fe, | 54 | extern struct dvb_frontend *xc4000_attach(struct dvb_frontend *fe, |
55 | struct i2c_adapter *i2c, | 55 | struct i2c_adapter *i2c, |
56 | struct xc4000_config *cfg); | 56 | struct xc4000_config *cfg); |