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/pme.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/pme.c')
-rw-r--r-- | drivers/pci/pcie/pme.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/pcie/pme.c b/drivers/pci/pcie/pme.c index d29678958d92..3ed67676ea2a 100644 --- a/drivers/pci/pcie/pme.c +++ b/drivers/pci/pcie/pme.c @@ -16,7 +16,6 @@ #include <linux/device.h> #include <linux/pm_runtime.h> -#include "pcieport_if.h" #include "../pci.h" #include "portdrv.h" |