summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie/Makefile
diff options
context:
space:
mode:
authorBjorn Helgaas2018-04-01 00:48:57 +0200
committerBjorn Helgaas2018-04-01 00:48:57 +0200
commite02602bd76257e0368e4c3d4ce11a7ac86df72d2 (patch)
treeb47d78a2ba81a751105ee7800697abc663999152 /drivers/pci/pcie/Makefile
parentPCI/DPC: Do not enable DPC if AER control is not allowed by the BIOS (diff)
downloadkernel-qcow2-linux-e02602bd76257e0368e4c3d4ce11a7ac86df72d2.tar.gz
kernel-qcow2-linux-e02602bd76257e0368e4c3d4ce11a7ac86df72d2.tar.xz
kernel-qcow2-linux-e02602bd76257e0368e4c3d4ce11a7ac86df72d2.zip
PCI/DPC: Rename from pcie-dpc.c to dpc.c
Rename pcie-dpc.c to dpc.c. The path "drivers/pci/pcie/pcie-dpc.c" has more occurrences of "pci" than necessary. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/pcie/Makefile')
-rw-r--r--drivers/pci/pcie/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/pcie/Makefile b/drivers/pci/pcie/Makefile
index 11fb633b866c..30557a567ee7 100644
--- a/drivers/pci/pcie/Makefile
+++ b/drivers/pci/pcie/Makefile
@@ -15,5 +15,5 @@ obj-$(CONFIG_PCIEAER) += aer/
obj-$(CONFIG_PCIE_PME) += pme.o
-obj-$(CONFIG_PCIE_DPC) += pcie-dpc.o
+obj-$(CONFIG_PCIE_DPC) += dpc.o
obj-$(CONFIG_PCIE_PTM) += ptm.o