فهرست منبع

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 14 سال پیش
والد
کامیت
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>