From patchwork Mon Nov 19 11:52:11 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 12934 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 1324C23FC2 for ; Mon, 19 Nov 2012 11:58:20 +0000 (UTC) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by fiordland.canonical.com (Postfix) with ESMTP id ACF90A180E8 for ; Mon, 19 Nov 2012 11:58:19 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id e10so6292782iej.11 for ; Mon, 19 Nov 2012 03:58:19 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:x-gm-message-state; bh=ujvrKkJwScGEC+MoYmGdb6QtJqv9b1TE3uuf+QcZOkE=; b=P2fhFtXLhqfc7m0yHP4CXI0m754vOfwKxCa3dUhX0KCh+mt1vi5i5SJl0PvI7Yo2FZ OLEhz+7YlLiiNt8FHwJ1UNaMek2b7jP5JPHfnNX+C5GZt4/bG0RucowWhJo2m3XXn7Bv SFxoy5QsTwQXxcCLBD+kCWeha34kmsIBAww//77kPituYnTstn96m1rX200UxKL+2r7e diKBuQrn/d1dDLW3PAAUIxYLKKn6Nsce3GM8rNrgpoOxmqcSiUTxfqJC9af2g3fWDFOI /wt7aTti39xjAUhe060gBhrjZNz8DGpgm4wAnZNLxuP3W6CSK169MiQv92WXk3XGK6ly UBjw== Received: by 10.50.213.34 with SMTP id np2mr6260819igc.57.1353326299110; Mon, 19 Nov 2012 03:58:19 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.67.148 with SMTP id n20csp148048igt; Mon, 19 Nov 2012 03:58:18 -0800 (PST) Received: by 10.68.223.230 with SMTP id qx6mr32935176pbc.159.1353326298457; Mon, 19 Nov 2012 03:58:18 -0800 (PST) Received: from mail-pb0-f47.google.com (mail-pb0-f47.google.com [209.85.160.47]) by mx.google.com with ESMTPS id zw4si13552200pbc.34.2012.11.19.03.58.18 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Nov 2012 03:58:18 -0800 (PST) Received-SPF: neutral (google.com: 209.85.160.47 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.160.47; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.47 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by mail-pb0-f47.google.com with SMTP id un1so1782799pbc.6 for ; Mon, 19 Nov 2012 03:58:18 -0800 (PST) Received: by 10.68.244.6 with SMTP id xc6mr32625207pbc.94.1353326298162; Mon, 19 Nov 2012 03:58:18 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id m8sm6076106pax.38.2012.11.19.03.58.15 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Nov 2012 03:58:17 -0800 (PST) From: Sachin Kamat To: netdev@vger.kernel.org Cc: eilong@broadcom.com, davem@davemloft.net, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 1/1] bnx2x: Remove duplicate inclusion of bnx2x_hsi.h Date: Mon, 19 Nov 2012 17:22:11 +0530 Message-Id: <1353325931-1803-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQmBWMI7BB0/pAmPf8ag+P25I0BgVT8U0zlHrWBGPilIl51EINiuthQkMKRLl5USs12AqrYz bnx2x_hsi.h was included twice. Signed-off-by: Sachin Kamat --- drivers/net/ethernet/broadcom/bnx2x/bnx2x.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x.h b/drivers/net/ethernet/broadcom/bnx2x/bnx2x.h index de121cc..19517b3 100644 --- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x.h +++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x.h @@ -44,7 +44,6 @@ #include "bnx2x_reg.h" #include "bnx2x_fw_defs.h" #include "bnx2x_mfw_req.h" -#include "bnx2x_hsi.h" #include "bnx2x_link.h" #include "bnx2x_sp.h" #include "bnx2x_dcb.h"