aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/xscale
diff options
context:
space:
mode:
authorGravatar Paul Gortmaker <paul.gortmaker@windriver.com> 2011-07-03 15:21:01 -0400
committerGravatar Paul Gortmaker <paul.gortmaker@windriver.com> 2011-10-31 19:31:07 -0400
commit9d9779e723a5d23b94abbe5bb7d1197921f6f3dd (patch)
tree19c5f0910a919c3a230867f1aec1f81daedf1f4c /drivers/net/ethernet/xscale
parentunicore32: EXPORT_SYMBOL needs export.h (diff)
downloadlinux-9d9779e723a5d23b94abbe5bb7d1197921f6f3dd.tar.gz
linux-9d9779e723a5d23b94abbe5bb7d1197921f6f3dd.tar.bz2
linux-9d9779e723a5d23b94abbe5bb7d1197921f6f3dd.zip
drivers/net: Add module.h to drivers who were implicitly using it
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>
Diffstat (limited to 'drivers/net/ethernet/xscale')
-rw-r--r--drivers/net/ethernet/xscale/ixp4xx_eth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/xscale/ixp4xx_eth.c b/drivers/net/ethernet/xscale/ixp4xx_eth.c
index ec96d910e9a3..f45c85a84261 100644
--- a/drivers/net/ethernet/xscale/ixp4xx_eth.c
+++ b/drivers/net/ethernet/xscale/ixp4xx_eth.c
@@ -35,6 +35,7 @@
#include <linux/platform_device.h>
#include <linux/ptp_classify.h>
#include <linux/slab.h>
+#include <linux/module.h>
#include <mach/ixp46x_ts.h>
#include <mach/npe.h>
#include <mach/qmgr.h>