diff options
Diffstat (limited to 'drivers/media/dvb-frontends/s5h1420.h')
-rw-r--r-- | drivers/media/dvb-frontends/s5h1420.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/s5h1420.h b/drivers/media/dvb-frontends/s5h1420.h index ff308136d865..210049b5cf30 100644 --- a/drivers/media/dvb-frontends/s5h1420.h +++ b/drivers/media/dvb-frontends/s5h1420.h | |||
@@ -40,7 +40,7 @@ struct s5h1420_config | |||
40 | u8 serial_mpeg:1; | 40 | u8 serial_mpeg:1; |
41 | }; | 41 | }; |
42 | 42 | ||
43 | #if defined(CONFIG_DVB_S5H1420) || (defined(CONFIG_DVB_S5H1420_MODULE) && defined(MODULE)) | 43 | #if IS_ENABLED(CONFIG_DVB_S5H1420) |
44 | extern struct dvb_frontend *s5h1420_attach(const struct s5h1420_config *config, | 44 | extern struct dvb_frontend *s5h1420_attach(const struct s5h1420_config *config, |
45 | struct i2c_adapter *i2c); | 45 | struct i2c_adapter *i2c); |
46 | extern struct i2c_adapter *s5h1420_get_tuner_i2c_adapter(struct dvb_frontend *fe); | 46 | extern struct i2c_adapter *s5h1420_get_tuner_i2c_adapter(struct dvb_frontend *fe); |