From 24dde840db8169fa6394f399f458342c3cef8b1b Mon Sep 17 00:00:00 2001 From: Alex Chiang Date: Fri, 20 Mar 2009 14:56:51 -0600 Subject: [PATCH] --- yaml --- r: 139386 b: refs/heads/master c: 8ffd25454738fb9ed76ee18cc0f180fb0b360401 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/pci/hotplug/Makefile | 2 +- trunk/drivers/pci/hotplug/{legacy_fakephp.c => fakephp.c} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename trunk/drivers/pci/hotplug/{legacy_fakephp.c => fakephp.c} (100%) diff --git a/[refs] b/[refs] index 2a14427ffc02..b4e1f85d398a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 83dbf66f04b96e65c6c18436c16d40f9cf8630aa +refs/heads/master: 8ffd25454738fb9ed76ee18cc0f180fb0b360401 diff --git a/trunk/drivers/pci/hotplug/Makefile b/trunk/drivers/pci/hotplug/Makefile index 3314fe881509..2aa117c8cd87 100644 --- a/trunk/drivers/pci/hotplug/Makefile +++ b/trunk/drivers/pci/hotplug/Makefile @@ -20,7 +20,7 @@ obj-$(CONFIG_HOTPLUG_PCI_RPA_DLPAR) += rpadlpar_io.o obj-$(CONFIG_HOTPLUG_PCI_SGI) += sgi_hotplug.o # Link this last so it doesn't claim devices that have a real hotplug driver -obj-$(CONFIG_HOTPLUG_PCI_FAKE) += legacy_fakephp.o +obj-$(CONFIG_HOTPLUG_PCI_FAKE) += fakephp.o pci_hotplug-objs := pci_hotplug_core.o diff --git a/trunk/drivers/pci/hotplug/legacy_fakephp.c b/trunk/drivers/pci/hotplug/fakephp.c similarity index 100% rename from trunk/drivers/pci/hotplug/legacy_fakephp.c rename to trunk/drivers/pci/hotplug/fakephp.c