Skip to content

Commit

Permalink
PCI: PCIe: Move PCIe PME code to the pcie directory
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Jesse Barnes <[email protected]>
  • Loading branch information
rjwysocki authored and jbarnes993 committed Aug 24, 2010
1 parent 2bd50dd commit 271fb71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion drivers/pci/pcie/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ obj-$(CONFIG_PCIEPORTBUS) += pcieportdrv.o
# Build PCI Express AER if needed
obj-$(CONFIG_PCIEAER) += aer/

obj-$(CONFIG_PCIE_PME) += pme/
obj-$(CONFIG_PCIE_PME) += pme.o
4 changes: 2 additions & 2 deletions drivers/pci/pcie/pme/pcie_pme.c → drivers/pci/pcie/pme.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
#include <linux/pci-acpi.h>
#include <linux/pm_runtime.h>

#include "../../pci.h"
#include "../portdrv.h"
#include "../pci.h"
#include "portdrv.h"

#define PCI_EXP_RTSTA_PME 0x10000 /* PME status */
#define PCI_EXP_RTSTA_PENDING 0x20000 /* PME pending */
Expand Down
5 changes: 0 additions & 5 deletions drivers/pci/pcie/pme/Makefile

This file was deleted.

0 comments on commit 271fb71

Please sign in to comment.