ChangeSet 1.1587.12.76, 2004/04/30 15:27:22-07:00, greg@kroah.com

PCI Hotplug: fix build error due to previous patches.


 drivers/pci/hotplug/shpchp_core.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/drivers/pci/hotplug/shpchp_core.c b/drivers/pci/hotplug/shpchp_core.c
--- a/drivers/pci/hotplug/shpchp_core.c	Mon May 17 16:58:03 2004
+++ b/drivers/pci/hotplug/shpchp_core.c	Mon May 17 16:58:03 2004
@@ -193,7 +193,7 @@
 	return result;
 }
 
-static void cleanup_slots(const struct controller *ctrl)
+static void cleanup_slots(struct controller *ctrl)
 {
 	struct slot *old_slot;
 
