diff options
Diffstat (limited to 'drivers/media/tuners/max2165.h')
-rw-r--r-- | drivers/media/tuners/max2165.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/tuners/max2165.h b/drivers/media/tuners/max2165.h index 26e1dc64bb67..5054f01a78fb 100644 --- a/drivers/media/tuners/max2165.h +++ b/drivers/media/tuners/max2165.h | |||
@@ -32,7 +32,7 @@ struct max2165_config { | |||
32 | u8 osc_clk; /* in MHz, selectable values: 4,16,18,20,22,24,26,28 */ | 32 | u8 osc_clk; /* in MHz, selectable values: 4,16,18,20,22,24,26,28 */ |
33 | }; | 33 | }; |
34 | 34 | ||
35 | #if IS_ENABLED(CONFIG_MEDIA_TUNER_MAX2165) | 35 | #if IS_REACHABLE(CONFIG_MEDIA_TUNER_MAX2165) |
36 | extern struct dvb_frontend *max2165_attach(struct dvb_frontend *fe, | 36 | extern struct dvb_frontend *max2165_attach(struct dvb_frontend *fe, |
37 | struct i2c_adapter *i2c, | 37 | struct i2c_adapter *i2c, |
38 | struct max2165_config *cfg); | 38 | struct max2165_config *cfg); |