diff options
author | Alex Chiang <achiang@hp.com> | 2009-03-20 16:56:51 -0400 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2009-03-20 17:59:37 -0400 |
commit | 8ffd25454738fb9ed76ee18cc0f180fb0b360401 (patch) | |
tree | 2e449e43c9df2c7b22968ce8af6535b5983640e2 /drivers/pci | |
parent | 83dbf66f04b96e65c6c18436c16d40f9cf8630aa (diff) |
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>
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/hotplug/Makefile | 2 | ||||
-rw-r--r-- | drivers/pci/hotplug/fakephp.c (renamed from drivers/pci/hotplug/legacy_fakephp.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/Makefile b/drivers/pci/hotplug/Makefile index 3314fe881509..2aa117c8cd87 100644 --- a/drivers/pci/hotplug/Makefile +++ b/drivers/pci/hotplug/Makefile | |||
@@ -20,7 +20,7 @@ obj-$(CONFIG_HOTPLUG_PCI_RPA_DLPAR) += rpadlpar_io.o | |||
20 | obj-$(CONFIG_HOTPLUG_PCI_SGI) += sgi_hotplug.o | 20 | obj-$(CONFIG_HOTPLUG_PCI_SGI) += sgi_hotplug.o |
21 | 21 | ||
22 | # Link this last so it doesn't claim devices that have a real hotplug driver | 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 | pci_hotplug-objs := pci_hotplug_core.o | 25 | pci_hotplug-objs := pci_hotplug_core.o |
26 | 26 | ||
diff --git a/drivers/pci/hotplug/legacy_fakephp.c b/drivers/pci/hotplug/fakephp.c index 2dc7828df480..2dc7828df480 100644 --- a/drivers/pci/hotplug/legacy_fakephp.c +++ b/drivers/pci/hotplug/fakephp.c | |||