[PATCH 5/7] PCI: Remove unnecessary #includes of <asm/pci.h>
Simon Horman
horms at verge.net.au
Fri Jun 5 11:53:20 AEST 2015
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 at google.com>
> CC: linux-alpha at vger.kernel.org
> CC: linux-mips at linux-mips.org
> CC: linuxppc-dev at lists.ozlabs.org
> CC: linux-sh at vger.kernel.org
> CC: x86 at 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 <horms+renesas at verge.net.au>
More information about the Linuxppc-dev
mailing list