From patchwork Sun Jun 3 16:57:01 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 9087 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 77BB223F0A for ; Sun, 3 Jun 2012 16:57:17 +0000 (UTC) Received: from mail-ob0-f180.google.com (mail-ob0-f180.google.com [209.85.214.180]) by fiordland.canonical.com (Postfix) with ESMTP id 3A420A1853A for ; Sun, 3 Jun 2012 16:57:17 +0000 (UTC) Received: by obbun3 with SMTP id un3so7093199obb.11 for ; Sun, 03 Jun 2012 09:57:16 -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=9XsyYdS5zqDl7FcOHdOI42qsp/hGot5ZQCld+CX1exk=; b=m9BawApqh1cp9ecXGQaTij8t75hMy/zRn5HEwdMn/9peObVX6KLa3+6cnveU4R02W8 t1xzgzcO35JRUrhaYuzSFoHRD54JqvBK/LagN2lTbjhRAsBmcEoOz8mRbgY0HE7gs09O b1SEEphKW/D49G9XB2hxy/DRS7QvlTVfboL6nYzp0+gMEcYdu1q6xP8RFROt03FEQ5Rl oj36+ARh5FYGsOdJLARRvBOFEyhzG/nZlNaJuwmxyQly8rVVjORHoBc4cc6I9HcVRLw+ Y6Lf8SMFE8CO7Eqi4xUGYd59Po8ctUAwL19xusZnassmhGc05/j1seOJofAB+7bgeMNS pDPQ== Received: by 10.50.203.39 with SMTP id kn7mr5890647igc.53.1338742636513; Sun, 03 Jun 2012 09:57:16 -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 v20csp68740ibb; Sun, 3 Jun 2012 09:57:15 -0700 (PDT) Received: by 10.68.218.101 with SMTP id pf5mr30896247pbc.29.1338742635018; Sun, 03 Jun 2012 09:57:15 -0700 (PDT) Received: from mail-pz0-f50.google.com (mail-pz0-f50.google.com [209.85.210.50]) by mx.google.com with ESMTPS id rj10si12836081pbc.304.2012.06.03.09.57.14 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 03 Jun 2012 09:57:14 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.210.50 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.210.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.210.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 danh15 with SMTP id h15so5659049dan.37 for ; Sun, 03 Jun 2012 09:57:14 -0700 (PDT) Received: by 10.68.216.33 with SMTP id on1mr30994930pbc.105.1338742634548; Sun, 03 Jun 2012 09:57:14 -0700 (PDT) Received: from localhost.localdomain ([122.179.83.183]) by mx.google.com with ESMTPS id kg4sm10171954pbb.67.2012.06.03.09.57.09 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 03 Jun 2012 09:57:13 -0700 (PDT) From: Sachin Kamat To: linux-scsi@vger.kernel.org Cc: JBottomley@parallels.com, linux-driver@qlogic.com, andrew.vasquez@qlogic.com, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH] [SCSI] qla2xxx: Remove version.h header file inclusion Date: Sun, 3 Jun 2012 22:27:01 +0530 Message-Id: <1338742621-11044-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.5.4 X-Gm-Message-State: ALoCoQnbiQdGMFMQe/Ih52JvfzobzQvOwgQMnmI8OrpE+vNOT7w+bcAEZ2lBomc44AuqgN9Ej4Zo version.h header file is no longer required. Signed-off-by: Sachin Kamat Acked-by: Nicholas Bellinger --- drivers/scsi/qla2xxx/qla_target.c | 1 - drivers/scsi/qla2xxx/qla_target.h | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_target.c b/drivers/scsi/qla2xxx/qla_target.c index 04f80eb..f7a49e4 100644 --- a/drivers/scsi/qla2xxx/qla_target.c +++ b/drivers/scsi/qla2xxx/qla_target.c @@ -26,7 +26,6 @@ #include #include #include -#include #include #include #include diff --git a/drivers/scsi/qla2xxx/qla_target.h b/drivers/scsi/qla2xxx/qla_target.h index 9ec19bc..9f9ef16 100644 --- a/drivers/scsi/qla2xxx/qla_target.h +++ b/drivers/scsi/qla2xxx/qla_target.h @@ -919,7 +919,6 @@ struct qla_tgt_srr_ctio { #define QLA_TGT_XMIT_STATUS 2 #define QLA_TGT_XMIT_ALL (QLA_TGT_XMIT_STATUS|QLA_TGT_XMIT_DATA) -#include extern struct qla_tgt_data qla_target; /*