浏览代码

drivers/net: dsa/mv88e6xxx.c files need linux/module.h

An implicit instance of module.h leaked back into existence
and was masking the fact that these drivers weren't calling
out the include for itself.  Fix the drivers before we remove
the implicit include path via net/netprio_cgroup.h file.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Paul Gortmaker 13 年之前
父节点
当前提交
2bbba277a5
共有 4 个文件被更改,包括 4 次插入0 次删除
  1. 1 0
      drivers/net/dsa/mv88e6060.c
  2. 1 0
      drivers/net/dsa/mv88e6123_61_65.c
  3. 1 0
      drivers/net/dsa/mv88e6131.c
  4. 1 0
      drivers/net/dsa/mv88e6xxx.c

+ 1 - 0
drivers/net/dsa/mv88e6060.c

@@ -9,6 +9,7 @@
  */
 
 #include <linux/list.h>
+#include <linux/module.h>
 #include <linux/netdevice.h>
 #include <linux/phy.h>
 #include <net/dsa.h>

+ 1 - 0
drivers/net/dsa/mv88e6123_61_65.c

@@ -9,6 +9,7 @@
  */
 
 #include <linux/list.h>
+#include <linux/module.h>
 #include <linux/netdevice.h>
 #include <linux/phy.h>
 #include <net/dsa.h>

+ 1 - 0
drivers/net/dsa/mv88e6131.c

@@ -9,6 +9,7 @@
  */
 
 #include <linux/list.h>
+#include <linux/module.h>
 #include <linux/netdevice.h>
 #include <linux/phy.h>
 #include <net/dsa.h>

+ 1 - 0
drivers/net/dsa/mv88e6xxx.c

@@ -9,6 +9,7 @@
  */
 
 #include <linux/list.h>
+#include <linux/module.h>
 #include <linux/netdevice.h>
 #include <linux/phy.h>
 #include <net/dsa.h>