From patchwork Wed Jul 25 19:52:08 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bjorn Helgaas X-Patchwork-Id: 10544609 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 0B4EC139A for ; Wed, 25 Jul 2018 19:52:26 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id F19412AA78 for ; Wed, 25 Jul 2018 19:52:25 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E5BA02AA7C; Wed, 25 Jul 2018 19:52:25 +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=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=unavailable 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 A96972AA78 for ; Wed, 25 Jul 2018 19:52:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730308AbeGYVF2 (ORCPT ); Wed, 25 Jul 2018 17:05:28 -0400 Received: from mail.kernel.org ([198.145.29.99]:37360 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729906AbeGYVF2 (ORCPT ); Wed, 25 Jul 2018 17:05:28 -0400 Received: from localhost (unknown [69.71.4.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E1BC720844; Wed, 25 Jul 2018 19:52:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1532548338; bh=jsu/k4Z2xH9v6Y7vtj/6Wdq36qQRRwUEfHrcye17dHM=; h=Subject:From:To:Cc:Date:From; b=FTjyHm3PAPZ3JPp9ug7DBpjPq0JVQ8dyO8UxrOdrKVKpYcWVbuRXp9hb5KChh0icw IIQk0YzLvjfloqmcIp0Ojygqki7bCNuVWDkZKQrR4TBL9LFRSqHmBcbFUTVaxmH7rG RTUPaRmLj0vIKE8H+7TFielholhL2nXasT1dePkM= Subject: [PATCH v1 0/4] PCI: Remove unnecessary includes of From: Bjorn Helgaas To: linux-pci@vger.kernel.org Cc: Jeff Kirsher , "David S. Miller" , Kalle Valo , Johannes Berg , Emmanuel Grumbach , Luca Coelho , ath9k-devel@qca.qualcomm.com, linuxwifi@intel.com, intel-wired-lan@lists.osuosl.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-wireless@vger.kernel.org Date: Wed, 25 Jul 2018 14:52:08 -0500 Message-ID: <153254813164.92573.10755585465477668768.stgit@bhelgaas-glaptop.roam.corp.google.com> User-Agent: StGit/0.18 MIME-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Remove includes of from files that don't need it. I'll apply all these via the PCI tree unless there's objection. Reviewed-by: Sinan Kaya --- Bjorn Helgaas (4): igb: Remove unnecessary include of ath9k: Remove unnecessary include of iwlwifi: Remove unnecessary include of PCI: Remove unnecessary include of drivers/net/ethernet/intel/igb/igb_main.c | 1 - drivers/net/wireless/ath/ath9k/pci.c | 1 - drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 1 - drivers/pci/pci-sysfs.c | 1 - drivers/pci/pci.c | 1 - drivers/pci/probe.c | 1 - drivers/pci/remove.c | 1 - 7 files changed, 7 deletions(-)