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 / s5h1409.h
index 9e143f5c810798166abec1156a1b1297931b7e7e..f58b9ca5557ad7c7cf36a4e26ca33b1f8af81cfe 100644 (file)
@@ -67,7 +67,7 @@ struct s5h1409_config {
        u8 hvr1600_opt;
 };
 
-#if IS_ENABLED(CONFIG_DVB_S5H1409)
+#if IS_REACHABLE(CONFIG_DVB_S5H1409)
 extern struct dvb_frontend *s5h1409_attach(const struct s5h1409_config *config,
                                           struct i2c_adapter *i2c);
 #else