[PATCH] PCI fixes for 2.6.0-test6
From: Greg KH
Date: Tue Sep 30 2003 - 18:01:27 EST
ChangeSet 1.1305.5.1, 2003/09/26 09:11:22-07:00, mochel@xxxxxxxx
[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.
drivers/pci/Makefile | 1 -
1 files changed, 1 deletion(-)
diff -Nru a/drivers/pci/Makefile b/drivers/pci/Makefile
--- a/drivers/pci/Makefile Tue Sep 30 15:21:18 2003
+++ b/drivers/pci/Makefile Tue Sep 30 15:21:18 2003
@@ -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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/