summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/Makefile
diff options
context:
space:
mode:
authorBjorn Helgaas2012-08-24 22:32:07 +0200
committerBjorn Helgaas2012-08-24 22:32:07 +0200
commitc2b5acc3a3ba80bef61b9df712004e83cbab4a11 (patch)
tree536076cd98c31e95af3e05b9b9f6de9c51f8d927 /drivers/pci/hotplug/Makefile
parentLinux 3.6-rc1 (diff)
downloadkernel-qcow2-linux-c2b5acc3a3ba80bef61b9df712004e83cbab4a11.tar.gz
kernel-qcow2-linux-c2b5acc3a3ba80bef61b9df712004e83cbab4a11.tar.xz
kernel-qcow2-linux-c2b5acc3a3ba80bef61b9df712004e83cbab4a11.zip
PCI: Remove the fakephp driver
The fakephp driver was scheduled for removal in 2011. Fakephp presented /sys/bus/pci/slots/.../power files for every PCI function. Writing "0" to one of these files logically removed the device from the system. The PCI core now provides the same functionality with /sys/bus/pci/devices/.../remove. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/hotplug/Makefile')
-rw-r--r--drivers/pci/hotplug/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/pci/hotplug/Makefile b/drivers/pci/hotplug/Makefile
index 6cd9f3c9887d..c459cd4e39c2 100644
--- a/drivers/pci/hotplug/Makefile
+++ b/drivers/pci/hotplug/Makefile
@@ -23,9 +23,6 @@ obj-$(CONFIG_HOTPLUG_PCI_ACPI) += acpiphp.o
obj-$(CONFIG_HOTPLUG_PCI_ACPI_IBM) += acpiphp_ibm.o
-# Link this last so it doesn't claim devices that have a real hotplug driver
-obj-$(CONFIG_HOTPLUG_PCI_FAKE) += fakephp.o
-
pci_hotplug-objs := pci_hotplug_core.o pcihp_slot.o
ifdef CONFIG_HOTPLUG_PCI_CPCI