]> git.baikalelectronics.ru Git - kernel.git/commit
PCI/portdrv: Merge pcieport_if.h into portdrv.h
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 9 Mar 2018 17:42:01 +0000 (11:42 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 9 Mar 2018 17:42:01 +0000 (11:42 -0600)
commit14141c484b81a4d64f459220a983abe1128fa181
treeb78466198d08060fe047f4ae185bfd6df7161e07
parentcc9eea345b462d34ef7f75f5ad5d49102d3634bc
PCI/portdrv: Merge pcieport_if.h into portdrv.h

pcieport_if.h contained the interfaces to register port service driver,
e.g., pcie_port_service_register().  portdrv.h contained internal data
structures of the port driver.

I don't think it's worth keeping those files separate, since both headers
and their users are all inside the PCI core.

Merge pcieport_if.h directly in drivers/pci/pcie/portdrv.h and update the
users to include that instead.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
drivers/pci/hotplug/pciehp.h
drivers/pci/pcie/aer/aerdrv.h
drivers/pci/pcie/pcie-dpc.c
drivers/pci/pcie/pcieport_if.h [deleted file]
drivers/pci/pcie/pme.c
drivers/pci/pcie/portdrv.h
drivers/pci/pcie/portdrv_acpi.c
drivers/pci/pcie/portdrv_bus.c
drivers/pci/pcie/portdrv_core.c
drivers/pci/pcie/portdrv_pci.c