Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 271fb719 authored by Rafael J. Wysocki's avatar Rafael J. Wysocki Committed by Jesse Barnes
Browse files

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: default avatarRafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
parent 2bd50dd8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -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 */

drivers/pci/pcie/pme/Makefile

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
#
# Makefile for PCI-Express Root Port PME signaling driver
#

obj-$(CONFIG_PCIE_PME) += pcie_pme.o