]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
drivers/net: Add module.h to drivers who were implicitly using it
authorJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 05:27:55 +0000 (13:27 +0800)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 06:29:58 +0000 (14:29 +0800)
The device.h header was including module.h, making it present for
most of these drivers.  But we want to clean that up.  Call out the
include of module.h in the modular network drivers.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
(backported from commit 9d9779e723a5d23b94abbe5bb7d1197921f6f3dd)

Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/e1000e/param.c

index 4dd9b63273f62eac9917d69df9a613dd3fa14e61..20e93b08e7f3c7e6e2389bea815e0b3dec227d71 100644 (file)
@@ -27,6 +27,7 @@
 *******************************************************************************/
 
 #include <linux/netdevice.h>
+#include <linux/module.h>
 #include <linux/pci.h>
 
 #include "e1000.h"