X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=drivers%2Fmedia%2Ftuners%2Fr820t.h;h=b1e5661af1c7e03d7a0f9f1d850598eaa29b6e65;hb=97139d4a6f26445de47b378cddd5192c0278f863;hp=48af3548027da19fa872fab0a0dff8a369a54ea5;hpb=e7cd7886ef0478aaab23f445e2e8cd6e0e6bdd73;p=cascardo%2Flinux.git diff --git a/drivers/media/tuners/r820t.h b/drivers/media/tuners/r820t.h index 48af3548027d..fdcab91405de 100644 --- a/drivers/media/tuners/r820t.h +++ b/drivers/media/tuners/r820t.h @@ -21,7 +21,6 @@ #ifndef R820T_H #define R820T_H -#include #include "dvb_frontend.h" enum r820t_chip { @@ -42,7 +41,7 @@ struct r820t_config { bool use_predetect; }; -#if IS_ENABLED(CONFIG_MEDIA_TUNER_R820T) +#if IS_REACHABLE(CONFIG_MEDIA_TUNER_R820T) struct dvb_frontend *r820t_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, const struct r820t_config *cfg);