Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason...
[firefly-linux-kernel-4.4.55.git] / drivers / media / dvb-frontends / s5h1411.h
index 1d7deb6156743c39028822ed14a6f8bc84870c53..f3a87f7ec3601579386835c360322059670eac6f 100644 (file)
@@ -69,7 +69,7 @@ struct s5h1411_config {
        u8 status_mode;
 };
 
-#if IS_ENABLED(CONFIG_DVB_S5H1411)
+#if IS_REACHABLE(CONFIG_DVB_S5H1411)
 extern struct dvb_frontend *s5h1411_attach(const struct s5h1411_config *config,
                                           struct i2c_adapter *i2c);
 #else