PCI: generic: Move structure definitions to separate header file
authorDavid Daney <david.daney@cavium.com>
Fri, 11 Mar 2016 21:18:38 +0000 (15:18 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 11 Mar 2016 21:18:38 +0000 (15:18 -0600)
commit7149b9fdaa5e160a7ee2af9014d9af77e87d9689
tree4a94c6a4c8dd82c97d6d422bd5edbae8c833e21b
parent92e963f50fc74041b5e9e744c330dca48e04f08d
PCI: generic: Move structure definitions to separate header file

Move definitions for generic PCI host controller driver structures to a
separate header file so we can share them with other drivers.  No
functional change intended.

[bhelgaas: split into separate patch, changelog]
Signed-off-by: David Daney <david.daney@cavium.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Will Deacon <will.deacon@arm.com>
drivers/pci/host/pci-host-common.h [new file with mode: 0644]
drivers/pci/host/pci-host-generic.c