From patchwork Thu Aug 1 17:55:21 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bart Van Assche X-Patchwork-Id: 11071115 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 6578D746 for ; Thu, 1 Aug 2019 17:56:32 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 544522870D for ; Thu, 1 Aug 2019 17:56:32 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4723628717; Thu, 1 Aug 2019 17:56:32 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E56102870D for ; Thu, 1 Aug 2019 17:56:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387953AbfHAR4b (ORCPT ); Thu, 1 Aug 2019 13:56:31 -0400 Received: from mail-pg1-f196.google.com ([209.85.215.196]:43152 "EHLO mail-pg1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727508AbfHAR4b (ORCPT ); Thu, 1 Aug 2019 13:56:31 -0400 Received: by mail-pg1-f196.google.com with SMTP id r22so7017451pgk.10 for ; Thu, 01 Aug 2019 10:56:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=kSyrUPCu9oxrgNWWQcEYQeFmNc2QamvroWhcLTeDZ74=; b=rL+QVffqSYsMMFRWXLG/iCBioYiMwA5ATMb8f5uYJgY0xXj31hIJIn2rFZ/4MVH4Nr ztKNl2iAS+t7wbSQ1F2FabsD45/+h3Aon6yDzHQSi4ok8uOlRMnisFKv7jRpLyEALiqh 6+L07MKf4EQVZsYGyScbqOD+3iDRP8esxtqbX9bZeJxsAxWt2DZw/tFqVZTFFpAx7aMI 9lshoCmB1ilFATU4JOgP4yWdyZLpyJBBVAEQnw9x0V0XPOF83wo+pirA4FKpw7OKEluK wp6J6WajQdGU8Y/Gvt4NZK3PCOjlQoAAtzI8D/1+w0h8+EqP/odfoXyyfePEEkBiP/sQ pLNQ== X-Gm-Message-State: APjAAAW/VLa/axotuja0zimnRJ7827S+/6nw8YDMcX2Clped6lV+2GlN UH8A+xqNIQLWxxuWh3r9uWg= X-Google-Smtp-Source: APXvYqxHQrM9S6twLR/vwhnb0lJV8oi1/pzX6V+e2YG6IhiguGE+h/Pxw/o8Fuom/ThWORDM/kyu+A== X-Received: by 2002:aa7:8dd2:: with SMTP id j18mr54159954pfr.88.1564682190625; Thu, 01 Aug 2019 10:56:30 -0700 (PDT) Received: from desktop-bart.svl.corp.google.com ([2620:15c:2cd:202:4308:52a3:24b6:2c60]) by smtp.gmail.com with ESMTPSA id y10sm73144114pfm.66.2019.08.01.10.56.29 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Thu, 01 Aug 2019 10:56:29 -0700 (PDT) From: Bart Van Assche To: "Martin K . Petersen" , "James E . J . Bottomley" Cc: linux-scsi@vger.kernel.org, Bart Van Assche , Himanshu Madhani , Giridhar Malavali Subject: [PATCH 06/59] qla2xxx: Remove an include directive from qla_mr.c Date: Thu, 1 Aug 2019 10:55:21 -0700 Message-Id: <20190801175614.73655-7-bvanassche@acm.org> X-Mailer: git-send-email 2.22.0.770.g0f2c4a37fd-goog In-Reply-To: <20190801175614.73655-1-bvanassche@acm.org> References: <20190801175614.73655-1-bvanassche@acm.org> MIME-Version: 1.0 Sender: linux-scsi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP There is no bsg code in the qla_mr.c source file. Hence do not include the header file from qla_mr.c. Cc: Himanshu Madhani Cc: Giridhar Malavali Signed-off-by: Bart Van Assche --- drivers/scsi/qla2xxx/qla_mr.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/scsi/qla2xxx/qla_mr.c b/drivers/scsi/qla2xxx/qla_mr.c index 942ee13b96a4..cd892edec4dc 100644 --- a/drivers/scsi/qla2xxx/qla_mr.c +++ b/drivers/scsi/qla2xxx/qla_mr.c @@ -10,7 +10,6 @@ #include #include #include -#include #include #include