On Thu, Oct 05, 2017 at 03:38:49PM -0500, Bjorn Helgaas wrote: > From: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> > > <linux/pci.h> defines struct pci_bus and struct pci_dev and includes the > struct resource definition before including <asm/pci.h>. Nobody includes > <asm/pci.h> directly, so they don't need their own declarations. > > Remove the redundant struct pci_dev, pci_bus, resource declarations. > > Signed-off-by: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> For MIPS: Acked-by: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Ralf