From patchwork Fri Jun 22 11:53:58 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 9542 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 EE1F623E55 for ; Fri, 22 Jun 2012 12:06:02 +0000 (UTC) Received: from mail-yx0-f180.google.com (mail-yx0-f180.google.com [209.85.213.180]) by fiordland.canonical.com (Postfix) with ESMTP id AC901A180A9 for ; Fri, 22 Jun 2012 12:06:02 +0000 (UTC) Received: by yenq6 with SMTP id q6so1529367yen.11 for ; Fri, 22 Jun 2012 05:06:02 -0700 (PDT) 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=/QZdTc+hYnslN1YXTlur92+znyOKws4rodUt8VCcRSo=; b=NVPHXEwLStpSMmDCcgpYJDl3ZRqz79EvGxlQ7i6tJ1jpHiwasM3nlqcyc+bWhI/Miw P+bSjIPmgNIeirRiV+Vk0MSTlrKAoPnPrDXooAMdwHvS0J0qktKt8+oXfUQNYz6tQrs+ 95HL9ZQoZJzfLv/zxvByrJmmg7MsH4OCl3Fna4T8trGycTqx8wp99BvhEy3M59Uj6pJj Cv9uRZDv6o9qLjWqy1tq3DiuhJ5L870S0dPBwgt0H0LtYEfSMgzaaL+S/r9kn72/L6tE DzEw6OoGJ5SMybrm9gmKCzX5yS0ZIFUKXEjLE2R4FwM7KSCHJCKXxo4FBL1riHJqQnQy X1zQ== Received: by 10.50.193.196 with SMTP id hq4mr1255413igc.57.1340366761931; Fri, 22 Jun 2012 05:06:01 -0700 (PDT) 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.231.24.148 with SMTP id v20csp63304ibb; Fri, 22 Jun 2012 05:06:01 -0700 (PDT) Received: by 10.68.239.164 with SMTP id vt4mr8659792pbc.166.1340366760734; Fri, 22 Jun 2012 05:06:00 -0700 (PDT) Received: from mail-pb0-f50.google.com (mail-pb0-f50.google.com [209.85.160.50]) by mx.google.com with ESMTPS id tm4si9303174pbc.92.2012.06.22.05.06.00 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 22 Jun 2012 05:06:00 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.160.50 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.160.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.50 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by pbbrr4 with SMTP id rr4so4133175pbb.37 for ; Fri, 22 Jun 2012 05:06:00 -0700 (PDT) Received: by 10.68.224.70 with SMTP id ra6mr9899294pbc.11.1340366760402; Fri, 22 Jun 2012 05:06:00 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id tj4sm38793084pbc.33.2012.06.22.05.05.57 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 22 Jun 2012 05:05:59 -0700 (PDT) From: Sachin Kamat To: linux-scsi@vger.kernel.org Cc: JBottomley@parallels.com, nab@linux-iscsi.org, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 1/1] [SCSI] tcm_qla2xxx: Remove duplicate header file inclusion Date: Fri, 22 Jun 2012 17:23:58 +0530 Message-Id: <1340366038-12722-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQmcSewzQtz2Rx6qIQpfsFOxkzxerlcP4QzurqASNTYOzyMw3Z0lpHIeVvaQmmVDQXibEss1 ctype.h and string.h header files were included more than once. Signed-off-by: Sachin Kamat --- drivers/scsi/qla2xxx/tcm_qla2xxx.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/qla2xxx/tcm_qla2xxx.c b/drivers/scsi/qla2xxx/tcm_qla2xxx.c index 6e64314..dd0a0df 100644 --- a/drivers/scsi/qla2xxx/tcm_qla2xxx.c +++ b/drivers/scsi/qla2xxx/tcm_qla2xxx.c @@ -38,8 +38,6 @@ #include #include #include -#include -#include #include #include #include