On Thu, Oct 05, 2017 at 03:38:49PM -0500, Bjorn Helgaas wrote:
> From: Bjorn Helgaas
>
> defines struct pci_bus and struct pci_dev and includes the
> struct resource definition before including . Nobody includes
> directly, so they don't need their own declarations.
>
> Remove the redundant
On Thu, Oct 05, 2017 at 03:38:49PM -0500, Bjorn Helgaas wrote:
> From: Bjorn Helgaas
>
> defines struct pci_bus and struct pci_dev and includes the
> struct resource definition before including . Nobody includes
> directly, so they don't need their own declarations.
>
> Remove the redundant s
From: Bjorn Helgaas
defines struct pci_bus and struct pci_dev and includes the
struct resource definition before including . Nobody includes
directly, so they don't need their own declarations.
Remove the redundant struct pci_dev, pci_bus, resource declarations.
Signed-off-by: Bjorn Helgaas