Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[firefly-linux-kernel-4.4.55.git] / drivers / media / dvb-frontends / lgs8gl5.h
index c2da5961472782982b095b5fb632af3b2b82cf62..a5b3faf121f0f0d7e3a46b29c80f5a7def2caa96 100644 (file)
@@ -31,7 +31,7 @@ struct lgs8gl5_config {
        u8 demod_address;
 };
 
-#if IS_ENABLED(CONFIG_DVB_LGS8GL5)
+#if IS_REACHABLE(CONFIG_DVB_LGS8GL5)
 extern struct dvb_frontend *lgs8gl5_attach(
        const struct lgs8gl5_config *config, struct i2c_adapter *i2c);
 #else