OSDN Git Service

PCI: Remove the fakephp driver
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 24 Aug 2012 20:32:07 +0000 (14:32 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 24 Aug 2012 20:32:07 +0000 (14:32 -0600)
commitc2b5acc3a3ba80bef61b9df712004e83cbab4a11
tree536076cd98c31e95af3e05b9b9f6de9c51f8d927
parent0d7614f09c1ebdbaa1599a5aba7593f147bf96ee
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>
Documentation/feature-removal-schedule.txt
drivers/pci/hotplug/Kconfig
drivers/pci/hotplug/Makefile
drivers/pci/hotplug/fakephp.c [deleted file]