diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2018-03-09 18:42:01 +0100 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2018-03-09 18:42:01 +0100 |
commit | ef7942603e35e300e6967fa7c17ebc17a0c00f59 (patch) | |
tree | b78466198d08060fe047f4ae185bfd6df7161e07 /drivers/pci/pcie/portdrv_pci.c | |
parent | PCI/portdrv: Move pcieport_if.h to drivers/pci/pcie/ (diff) | |
download | linux-ef7942603e35e300e6967fa7c17ebc17a0c00f59.tar.xz linux-ef7942603e35e300e6967fa7c17ebc17a0c00f59.zip |
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>
Diffstat (limited to 'drivers/pci/pcie/portdrv_pci.c')
-rw-r--r-- | drivers/pci/pcie/portdrv_pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/pcie/portdrv_pci.c b/drivers/pci/pcie/portdrv_pci.c index 13dbe846a1d1..977bd3cca2e5 100644 --- a/drivers/pci/pcie/portdrv_pci.c +++ b/drivers/pci/pcie/portdrv_pci.c @@ -19,7 +19,6 @@ #include <linux/dmi.h> #include <linux/pci-aspm.h> -#include "pcieport_if.h" #include "../pci.h" #include "portdrv.h" |