]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
PCI: Remove unnecessary #includes of <asm/pci.h>
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 4 Jun 2015 21:37:56 +0000 (16:37 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 8 Jun 2015 12:56:09 +0000 (07:56 -0500)
commit633adc711de0bcb6d6e1c071302880e0c8c05d57
tree0d1197b417661647f3bfd5428f5cc84f808646e7
parentcd11433eda42815ab53c8be44580a0009000b761
PCI: Remove unnecessary #includes of <asm/pci.h>

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>
Acked-by: Simon Horman <horms+renesas@verge.net.au> # sh
Acked-by: Ralf Baechle <ralf@linux-mips.org>
arch/alpha/kernel/core_irongate.c
arch/alpha/kernel/sys_eiger.c
arch/alpha/kernel/sys_nautilus.c
arch/mips/pci/fixup-cobalt.c
arch/mips/pci/ops-mace.c
arch/mips/pci/pci-lantiq.c
arch/powerpc/kernel/prom.c
arch/powerpc/kernel/prom_init.c
arch/sh/drivers/pci/ops-sh5.c
arch/sh/drivers/pci/pci-sh5.c
arch/x86/kernel/x86_init.c