Re: [PATCH 5/7] PCI: Remove unnecessary #includes of <asm/pci.h>
From: Simon Horman <horms@verge.net.au>
Date: 2015-06-05 02:11:34
Also in:
linux-mips, linux-pci, linux-sh, linuxppc-dev
From: Simon Horman <horms@verge.net.au>
Date: 2015-06-05 02:11:34
Also in:
linux-mips, linux-pci, linux-sh, linuxppc-dev
On Thu, Jun 04, 2015 at 04:49:57PM -0500, Bjorn Helgaas wrote:
In include/linux/pci.h, we already #include <asm/pci.h>, so we don't need to include <asm/pci.h> directly. Remove the unnecessary includes. All the files here already include <linux/pci.h>. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> CC: linux-alpha@vger.kernel.org CC: linux-mips@linux-mips.org CC: linuxppc-dev@lists.ozlabs.org CC: linux-sh@vger.kernel.org CC: x86@kernel.org --- arch/alpha/kernel/core_irongate.c | 1 - arch/alpha/kernel/sys_eiger.c | 1 - arch/alpha/kernel/sys_nautilus.c | 1 - arch/mips/pci/fixup-cobalt.c | 1 - arch/mips/pci/ops-mace.c | 1 - arch/mips/pci/pci-lantiq.c | 1 - arch/powerpc/kernel/prom.c | 1 - arch/powerpc/kernel/prom_init.c | 1 - arch/sh/drivers/pci/ops-sh5.c | 1 - arch/sh/drivers/pci/pci-sh5.c | 1 - arch/x86/kernel/x86_init.c | 1 - 11 files changed, 11 deletions(-)
arch/sh/drivers portion: Acked-by: Simon Horman <redacted>