diff options
author | Santiago Leon <santil@linux.vnet.ibm.com> | 2010-09-03 18:29:47 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-09-06 18:21:55 -0700 |
commit | c22960977ad4b01dc608579e0865eac3b2bc9ce8 (patch) | |
tree | 1298fd11623e9f8575c522a330ac548fa00cbeff /drivers/net/ibmveth.c | |
parent | 6485911a5c04c328939113528805f15b90ae28cf (diff) | |
download | linux-3.10-c22960977ad4b01dc608579e0865eac3b2bc9ce8.tar.gz linux-3.10-c22960977ad4b01dc608579e0865eac3b2bc9ce8.tar.bz2 linux-3.10-c22960977ad4b01dc608579e0865eac3b2bc9ce8.zip |
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/net/ibmveth.c')
-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 82cbf507f73..dfa2ee7a92c 100644 --- a/drivers/net/ibmveth.c +++ b/drivers/net/ibmveth.c @@ -29,14 +29,12 @@ #include <linux/moduleparam.h> #include <linux/types.h> #include <linux/errno.h> -#include <linux/ioport.h> #include <linux/dma-mapping.h> #include <linux/kernel.h> #include <linux/netdevice.h> #include <linux/etherdevice.h> #include <linux/skbuff.h> #include <linux/init.h> -#include <linux/delay.h> #include <linux/mm.h> #include <linux/pm.h> #include <linux/ethtool.h> @@ -48,7 +46,6 @@ #include <asm/atomic.h> #include <asm/vio.h> #include <asm/iommu.h> -#include <asm/uaccess.h> #include <asm/firmware.h> #include "ibmveth.h" |