summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Mochel <mochel@osdl.org>2003-09-25 19:11:22 -0700
committerPatrick Mochel <mochel@osdl.org>2003-09-25 19:11:22 -0700
commit416ea79ea366f62e5693b030d6ec9a24ed82cf77 (patch)
treee506e0a3630f923d965355454e1d63af85ced290
parentc9c9f1469fb70c4cda51e9e7137f207eb793e1a2 (diff)
[pci] Remove drivers/pci/power.c
The old-school method of power management, using the pm_send() interface, is superceded by the centralized driver model, which handles walking the tree and calling each device's suspend/resume methods.
-rw-r--r--drivers/pci/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile
index b40eca1e61bd..417785eb0ba7 100644
--- a/drivers/pci/Makefile
+++ b/drivers/pci/Makefile
@@ -4,7 +4,6 @@
obj-y += access.o bus.o probe.o remove.o pci.o pool.o quirks.o \
names.o pci-driver.o search.o pci-sysfs.o
-obj-$(CONFIG_PM) += power.o
obj-$(CONFIG_PROC_FS) += proc.o
ifndef CONFIG_SPARC64