diff options
author | Santiago Leon <santil@linux.vnet.ibm.com> | 2010-09-03 14:29:47 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-09-06 21:21:55 -0400 |
commit | c22960977ad4b01dc608579e0865eac3b2bc9ce8 (patch) | |
tree | 1298fd11623e9f8575c522a330ac548fa00cbeff /drivers | |
parent | 6485911a5c04c328939113528805f15b90ae28cf (diff) |
ibmveth: Remove some unnecessary include files
These files probably came across from the skeleton driver. Remove them.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Santiago Leon <santil@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/ibmveth.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/ibmveth.c b/drivers/net/ibmveth.c index 82cbf507f73e..dfa2ee7a92c8 100644 --- a/drivers/net/ibmveth.c +++ b/drivers/net/ibmveth.c | |||
@@ -29,14 +29,12 @@ | |||
29 | #include <linux/moduleparam.h> | 29 | #include <linux/moduleparam.h> |
30 | #include <linux/types.h> | 30 | #include <linux/types.h> |
31 | #include <linux/errno.h> | 31 | #include <linux/errno.h> |
32 | #include <linux/ioport.h> | ||
33 | #include <linux/dma-mapping.h> | 32 | #include <linux/dma-mapping.h> |
34 | #include <linux/kernel.h> | 33 | #include <linux/kernel.h> |
35 | #include <linux/netdevice.h> | 34 | #include <linux/netdevice.h> |
36 | #include <linux/etherdevice.h> | 35 | #include <linux/etherdevice.h> |
37 | #include <linux/skbuff.h> | 36 | #include <linux/skbuff.h> |
38 | #include <linux/init.h> | 37 | #include <linux/init.h> |
39 | #include <linux/delay.h> | ||
40 | #include <linux/mm.h> | 38 | #include <linux/mm.h> |
41 | #include <linux/pm.h> | 39 | #include <linux/pm.h> |
42 | #include <linux/ethtool.h> | 40 | #include <linux/ethtool.h> |
@@ -48,7 +46,6 @@ | |||
48 | #include <asm/atomic.h> | 46 | #include <asm/atomic.h> |
49 | #include <asm/vio.h> | 47 | #include <asm/vio.h> |
50 | #include <asm/iommu.h> | 48 | #include <asm/iommu.h> |
51 | #include <asm/uaccess.h> | ||
52 | #include <asm/firmware.h> | 49 | #include <asm/firmware.h> |
53 | 50 | ||
54 | #include "ibmveth.h" | 51 | #include "ibmveth.h" |