From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shreyas Bhatewara Subject: Re: [PATCH] vmxnet3: remove duplicated #include Date: Thu, 22 Oct 2009 16:58:33 -0700 (PDT) Message-ID: References: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Huang Weiyi , Shreyas Bhatewara , pv-drivers@vmware.com To: netdev Return-path: Received: from smtp-outbound-2.vmware.com ([65.115.85.73]:57156 "EHLO smtp-outbound-2.vmware.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751263AbZJVX63 (ORCPT ); Thu, 22 Oct 2009 19:58:29 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: Remove duplicate headerfile includes from vmxnet3_int.h Signed-off-by: Huang Weiyi Signed-off-by: Shreyas Bhatewara Signed-off-by: Bhavesh Davda --- 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 #include #include #include #include -#include #include -#include -#include #include #include #include