[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LRH.2.00.0910221634130.23769@sbhatewara-dev1.eng.vmware.com>
Date: Thu, 22 Oct 2009 16:58:33 -0700 (PDT)
From: Shreyas Bhatewara <sbhatewara@...are.com>
To: netdev <netdev@...r.kernel.org>
cc: Huang Weiyi <weiyi.huang@...il.com>,
Shreyas Bhatewara <sbhatewara@...are.com>,
pv-drivers@...are.com
Subject: Re: [PATCH] vmxnet3: remove duplicated #include
Remove duplicate headerfile includes from vmxnet3_int.h
Signed-off-by: Huang Weiyi <weiyi.huang@...il.com>
Signed-off-by: Shreyas Bhatewara <sbhatewara@...are.com>
Signed-off-by: Bhavesh Davda <davda@...are.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>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists