diff options
Diffstat (limited to 'drivers/media/dvb-frontends/au8522.h')
-rw-r--r-- | drivers/media/dvb-frontends/au8522.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/au8522.h b/drivers/media/dvb-frontends/au8522.h index f2111e0fefda..83fe9a615619 100644 --- a/drivers/media/dvb-frontends/au8522.h +++ b/drivers/media/dvb-frontends/au8522.h | |||
@@ -61,7 +61,7 @@ struct au8522_config { | |||
61 | enum au8522_if_freq qam_if; | 61 | enum au8522_if_freq qam_if; |
62 | }; | 62 | }; |
63 | 63 | ||
64 | #if IS_ENABLED(CONFIG_DVB_AU8522) | 64 | #if IS_ENABLED(CONFIG_DVB_AU8522_DTV) |
65 | extern struct dvb_frontend *au8522_attach(const struct au8522_config *config, | 65 | extern struct dvb_frontend *au8522_attach(const struct au8522_config *config, |
66 | struct i2c_adapter *i2c); | 66 | struct i2c_adapter *i2c); |
67 | #else | 67 | #else |