diff options
author | Shreyas Bhatewara <sbhatewara@vmware.com> | 2009-10-28 22:28:26 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-10-28 22:36:54 -0700 |
commit | eb89bd4f80b9ae7e4d0add925cf66bfbebfee01f (patch) | |
tree | 2b625c8b761d72bd1286fe4b6c79828d5d6e3898 /drivers/net/vmxnet3 | |
parent | 0388f251a33ea60937564ad1f27cf77243409f06 (diff) | |
download | talos-obmc-linux-eb89bd4f80b9ae7e4d0add925cf66bfbebfee01f.tar.gz talos-obmc-linux-eb89bd4f80b9ae7e4d0add925cf66bfbebfee01f.zip |
vmxnet3: remove duplicate #include
Remove duplicate headerfile includes from vmxnet3_int.h
Signed-off-by: Shreyas Bhatewara <sbhatewara@vmware.com>
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Bhavesh Davda <bhavesh@vmware.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/vmxnet3')
-rw-r--r-- | drivers/net/vmxnet3/vmxnet3_int.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/vmxnet3/vmxnet3_int.h b/drivers/net/vmxnet3/vmxnet3_int.h index 3c0d70d58111..445081686d5d 100644 --- a/drivers/net/vmxnet3/vmxnet3_int.h +++ b/drivers/net/vmxnet3/vmxnet3_int.h @@ -27,16 +27,11 @@ #ifndef _VMXNET3_INT_H #define _VMXNET3_INT_H -#include <linux/types.h> #include <linux/ethtool.h> #include <linux/delay.h> -#include <linux/device.h> #include <linux/netdevice.h> #include <linux/pci.h> -#include <linux/ethtool.h> #include <linux/compiler.h> -#include <linux/module.h> -#include <linux/moduleparam.h> #include <linux/slab.h> #include <linux/spinlock.h> #include <linux/ioport.h> |