* Re: [PATCH] vmxnet3: remove duplicated #include
[not found] <alpine.LRH.2.00.0910221631580.23769@sbhatewara-dev1.eng.vmware.com>
@ 2009-10-22 23:58 ` Shreyas Bhatewara
2009-10-28 11:13 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Shreyas Bhatewara @ 2009-10-22 23:58 UTC (permalink / raw)
To: netdev; +Cc: Huang Weiyi, Shreyas Bhatewara, pv-drivers
Remove duplicate headerfile includes from vmxnet3_int.h
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Shreyas Bhatewara <sbhatewara@vmware.com>
Signed-off-by: Bhavesh Davda <davda@vmware.com>
---
diff --git a/drivers/net/vmxnet3/vmxnet3_int.h b/drivers/net/vmxnet3/vmxnet3_int.h
index 6bb9157..c4f8f04 100644
--- a/drivers/net/vmxnet3/vmxnet3_int.h
+++ b/drivers/net/vmxnet3/vmxnet3_int.h
@@ -27,15 +27,11 @@
#ifndef _VMXNET3_INT_H
#define _VMXNET3_INT_H
-#include <linux/types.h>
#include <linux/ethtool.h>
#include <linux/delay.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>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-10-28 11:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <alpine.LRH.2.00.0910221631580.23769@sbhatewara-dev1.eng.vmware.com>
2009-10-22 23:58 ` [PATCH] vmxnet3: remove duplicated #include Shreyas Bhatewara
2009-10-28 11:13 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox