aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/pciehp.h
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2018-03-09 11:42:01 -0600
committerBjorn Helgaas <bhelgaas@google.com>2018-03-09 11:42:01 -0600
commitef7942603e35e300e6967fa7c17ebc17a0c00f59 (patch)
treeb78466198d08060fe047f4ae185bfd6df7161e07 /drivers/pci/hotplug/pciehp.h
parentPCI/portdrv: Move pcieport_if.h to drivers/pci/pcie/ (diff)
downloadlinux-dev-ef7942603e35e300e6967fa7c17ebc17a0c00f59.tar.xz
linux-dev-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/hotplug/pciehp.h')
-rw-r--r--drivers/pci/hotplug/pciehp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/pciehp.h b/drivers/pci/hotplug/pciehp.h
index 08072bcaa381..88e917c9120f 100644
--- a/drivers/pci/hotplug/pciehp.h
+++ b/drivers/pci/hotplug/pciehp.h
@@ -23,7 +23,7 @@
#include <linux/mutex.h>
#include <linux/workqueue.h>
-#include "../pcie/pcieport_if.h"
+#include "../pcie/portdrv.h"
#define MY_NAME "pciehp"