Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

PCI Hotplug: rename legacy_fakephp to fakephp

We wanted to replace fakephp wholesale, so rename legacy_fakephp back
to fakephp. Yes, this is a silly commit, but it produces a much easier
patch to read and review.

Signed-off-by: Alex Chiang <achiang@hp.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>

authored by

Alex Chiang and committed by
Jesse Barnes
8ffd2545 83dbf66f

+1 -1
+1 -1
drivers/pci/hotplug/Makefile
··· 20 20 obj-$(CONFIG_HOTPLUG_PCI_SGI) += sgi_hotplug.o 21 21 22 22 # Link this last so it doesn't claim devices that have a real hotplug driver 23 - obj-$(CONFIG_HOTPLUG_PCI_FAKE) += legacy_fakephp.o 23 + obj-$(CONFIG_HOTPLUG_PCI_FAKE) += fakephp.o 24 24 25 25 pci_hotplug-objs := pci_hotplug_core.o 26 26
drivers/pci/hotplug/legacy_fakephp.c drivers/pci/hotplug/fakephp.c