treewide: remove redundant #include <linux/kconfig.h>
[cascardo/linux.git] / drivers / media / dvb-frontends / cx22702.h
index 0b1a6c2..a1956a9 100644 (file)
@@ -28,7 +28,6 @@
 #ifndef CX22702_H
 #define CX22702_H
 
-#include <linux/kconfig.h>
 #include <linux/dvb/frontend.h>
 
 struct cx22702_config {
@@ -41,7 +40,7 @@ struct cx22702_config {
        u8 output_mode;
 };
 
-#if IS_ENABLED(CONFIG_DVB_CX22702)
+#if IS_REACHABLE(CONFIG_DVB_CX22702)
 extern struct dvb_frontend *cx22702_attach(
        const struct cx22702_config *config,
        struct i2c_adapter *i2c);