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@xxxxxxxxxx> > CC: linux-alpha@xxxxxxxxxxxxxxx > CC: linux-mips@xxxxxxxxxxxxxx > CC: linuxppc-dev@xxxxxxxxxxxxxxxx > CC: linux-sh@xxxxxxxxxxxxxxx > CC: x86@xxxxxxxxxx > --- > 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@xxxxxxxxxxxx>