From patchwork Thu Apr 6 10:33:36 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sagi Grimberg X-Patchwork-Id: 9666797 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 6EB0960364 for ; Thu, 6 Apr 2017 10:33:43 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 55632283E8 for ; Thu, 6 Apr 2017 10:33:43 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 482D828477; Thu, 6 Apr 2017 10:33:43 +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=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID 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 E938A283E8 for ; Thu, 6 Apr 2017 10:33:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934439AbdDFKdm (ORCPT ); Thu, 6 Apr 2017 06:33:42 -0400 Received: from merlin.infradead.org ([205.233.59.134]:36996 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932662AbdDFKdl (ORCPT ); Thu, 6 Apr 2017 06:33:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Message-Id:Date:Subject:Cc:To:From: Sender:Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=r2j2qNzxwBPID0ZXZWLHBxyftILVd8BAN3TxMeqpVdY=; b=Eqpa7rQcFBrFcalQtZc9K10lF ET628k8dysQAW0em9B3pEOxQZc2w0JNxE2WGvgXMWZVzqvkk+WSzizEsmm7fLfu4lB1l6gUBICVlQ DNW0Om65dGqhEuVZHI9IHThpPyFrM/Z88R/BmQiOjsP7m8YUqLL6wLquBjtEi51jyyPERMlu0ldSe w6125dUAZa7U1rJKL3zvhg61VYk0OObZE5NibIldtd3fefydLL1XOp8RfIb/Cs1CzVpZBMz+fyoph /T2hxPpwekTvo0xojdoSfz/1NjNL3hacr/TbxOdrePzCnOTfMvafVURxz1est2uFhgV6M6SxUxt+Y NRkeephcA==; Received: from bzq-82-81-101-184.red.bezeqint.net ([82.81.101.184] helo=bombadil.infradead.org) by merlin.infradead.org with esmtpsa (Exim 4.87 #1 (Red Hat Linux)) id 1cw4jT-0007GI-LC; Thu, 06 Apr 2017 10:33:40 +0000 From: Sagi Grimberg To: Jens Axboe , linux-block@vger.kernel.org Cc: Christoph Hellwig Subject: [PATCH] blk-mq-pci: Remove unneeded includes Date: Thu, 6 Apr 2017 13:33:36 +0300 Message-Id: <1491474816-15422-1-git-send-email-sagi@grimberg.me> X-Mailer: git-send-email 2.7.4 Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Sagi Grimberg --- block/blk-mq-pci.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/block/blk-mq-pci.c b/block/blk-mq-pci.c index 0c3354cf3552..70b8a6765cc7 100644 --- a/block/blk-mq-pci.c +++ b/block/blk-mq-pci.c @@ -10,12 +10,9 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * more details. */ -#include -#include #include #include #include -#include /** * blk_mq_pci_map_queues - provide a default queue mapping for PCI device