Merge tag 'chrome-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/olof...
[firefly-linux-kernel-4.4.55.git] / drivers / media / dvb-frontends / af9013.h
index 09273b2cd310d6fcd8cf74c5df9fc8e38a377a5f..1dcc936e1661829789e17a2fea4b65a9e6aa0d7b 100644 (file)
@@ -103,7 +103,7 @@ struct af9013_config {
        u8 gpio[4];
 };
 
-#if IS_ENABLED(CONFIG_DVB_AF9013)
+#if IS_REACHABLE(CONFIG_DVB_AF9013)
 extern struct dvb_frontend *af9013_attach(const struct af9013_config *config,
        struct i2c_adapter *i2c);
 #else