]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/media/tuners/mt2060.h
Merge branch 'topic/hda' into for-next
[karo-tx-linux.git] / drivers / media / tuners / mt2060.h
index c64fc19cb27866a1af42cffba6bae94e7110270a..6efed359a24fd2cefadfffaf378294b4a112b535 100644 (file)
@@ -30,7 +30,7 @@ struct mt2060_config {
        u8 clock_out; /* 0 = off, 1 = CLK/4, 2 = CLK/2, 3 = CLK/1 */
 };
 
-#if IS_ENABLED(CONFIG_MEDIA_TUNER_MT2060)
+#if IS_REACHABLE(CONFIG_MEDIA_TUNER_MT2060)
 extern struct dvb_frontend * mt2060_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt2060_config *cfg, u16 if1);
 #else
 static inline struct dvb_frontend * mt2060_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt2060_config *cfg, u16 if1)