treewide: remove redundant #include <linux/kconfig.h>
[cascardo/linux.git] / drivers / media / dvb-frontends / cx24123.h
index 758aee5..aac2344 100644 (file)
@@ -21,7 +21,6 @@
 #ifndef CX24123_H
 #define CX24123_H
 
-#include <linux/kconfig.h>
 #include <linux/dvb/frontend.h>
 
 struct cx24123_config {
@@ -50,7 +49,7 @@ static inline struct dvb_frontend *cx24123_attach(
        printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);
        return NULL;
 }
-static struct i2c_adapter *
+static inline struct i2c_adapter *
        cx24123_get_tuner_i2c_adapter(struct dvb_frontend *fe)
 {
        printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);