nvmem: rockchip-efuse: add optional property to get efuse size
[firefly-linux-kernel-4.4.55.git] / drivers / media / dvb-frontends / m88rs2000.h
index 0a50ea90736bfa62c22d07fc386a6e0c9270b82e..de7430178e9e142c2c75be0e9606087f836ab0f9 100644 (file)
@@ -41,7 +41,7 @@ enum {
        CALL_IS_READ,
 };
 
-#if IS_ENABLED(CONFIG_DVB_M88RS2000)
+#if IS_REACHABLE(CONFIG_DVB_M88RS2000)
 extern struct dvb_frontend *m88rs2000_attach(
        const struct m88rs2000_config *config, struct i2c_adapter *i2c);
 #else