diff options
author | Rafael J. Wysocki <rjw@sisk.pl> | 2010-08-21 01:58:22 +0200 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2010-08-24 13:47:48 -0700 |
commit | 271fb719cc472af3b1e96d8c527bb0da7060a172 (patch) | |
tree | 7ca665285206b6868040f41bba7693d2de157c0a /drivers/pci/pcie/pme/Makefile | |
parent | 2bd50dd800b52245294cfceb56be62020cdc7515 (diff) | |
download | linux-stable-271fb719cc472af3b1e96d8c527bb0da7060a172.tar.gz linux-stable-271fb719cc472af3b1e96d8c527bb0da7060a172.tar.bz2 linux-stable-271fb719cc472af3b1e96d8c527bb0da7060a172.zip |
PCI: PCIe: Move PCIe PME code to the pcie directory
The PCIe PME code only consists of one file, so it doesn't need to
occupy its own directory. Move it to drivers/pci/pcie/pme.c and
remove the contents of drivers/pci/pcie/pme .
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'drivers/pci/pcie/pme/Makefile')
-rw-r--r-- | drivers/pci/pcie/pme/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/pci/pcie/pme/Makefile b/drivers/pci/pcie/pme/Makefile deleted file mode 100644 index 3c67bf4d26cf..000000000000 --- a/drivers/pci/pcie/pme/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -# -# Makefile for PCI-Express Root Port PME signaling driver -# - -obj-$(CONFIG_PCIE_PME) += pcie_pme.o |