diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2018-04-01 00:48:57 +0200 |
---|---|---|
committer | Bjorn Helgaas <helgaas@kernel.org> | 2018-04-01 00:48:57 +0200 |
commit | e02602bd76257e0368e4c3d4ce11a7ac86df72d2 (patch) | |
tree | b47d78a2ba81a751105ee7800697abc663999152 /drivers/pci/pcie/Makefile | |
parent | PCI/DPC: Do not enable DPC if AER control is not allowed by the BIOS (diff) | |
download | linux-e02602bd76257e0368e4c3d4ce11a7ac86df72d2.tar.xz 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/Makefile | 2 |
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 |