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 / ves1820.h
index c073f353ac387e4fd4dce10e99a99784ed0c603e..ece46fdcd7141dbe032ea4efdc794838ba22d422 100644 (file)
@@ -41,7 +41,7 @@ struct ves1820_config
        u8 selagc:1;
 };
 
-#if IS_ENABLED(CONFIG_DVB_VES1820)
+#if IS_REACHABLE(CONFIG_DVB_VES1820)
 extern struct dvb_frontend* ves1820_attach(const struct ves1820_config* config,
                                           struct i2c_adapter* i2c, u8 pwm);
 #else