Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm...
[firefly-linux-kernel-4.4.55.git] / drivers / media / dvb-frontends / tda10086.h
index 458fe91c1b88b2843cf469bc8d314e14b0df0b7e..690e469995b62f8b860cc6b1f963b98337fe5211 100644 (file)
@@ -46,7 +46,7 @@ struct tda10086_config
        enum tda10086_xtal xtal_freq;
 };
 
-#if IS_ENABLED(CONFIG_DVB_TDA10086)
+#if IS_REACHABLE(CONFIG_DVB_TDA10086)
 extern struct dvb_frontend* tda10086_attach(const struct tda10086_config* config,
                                            struct i2c_adapter* i2c);
 #else