From patchwork Thu Oct 22 23:58:33 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shreyas Bhatewara X-Patchwork-Id: 36756 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by ozlabs.org (Postfix) with ESMTP id E0819B7BBA for ; Fri, 23 Oct 2009 10:59:08 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750837AbZJVX6a (ORCPT ); Thu, 22 Oct 2009 19:58:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751324AbZJVX63 (ORCPT ); Thu, 22 Oct 2009 19:58:29 -0400 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 Received: from mailhost2.vmware.com (mailhost2.vmware.com [10.16.67.167]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id 04A091E068; Thu, 22 Oct 2009 16:58:34 -0700 (PDT) Received: from promb-1s-dhcp85.eng.vmware.com (promb-1s-dhcp85.eng.vmware.com [10.20.84.85]) by mailhost2.vmware.com (Postfix) with ESMTP id DBDAB8E691; Thu, 22 Oct 2009 16:58:33 -0700 (PDT) Date: Thu, 22 Oct 2009 16:58:33 -0700 (PDT) From: Shreyas Bhatewara X-X-Sender: sbhatewara@sbhatewara-dev1.eng.vmware.com To: netdev cc: Huang Weiyi , Shreyas Bhatewara , pv-drivers@vmware.com Subject: Re: [PATCH] vmxnet3: remove duplicated #include In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (LRH 1167 2008-08-23) MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Remove duplicate headerfile includes from vmxnet3_int.h Signed-off-by: Huang Weiyi Signed-off-by: Shreyas Bhatewara Signed-off-by: Bhavesh Davda --- -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html 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