ChangeSet 1.1608.97.4, 2004/03/10 14:23:37-08:00, greg@kroah.com

[PATCH] PCI Hotplug: fix compiler warning in acpiphp driver


 drivers/pci/hotplug/acpiphp_pci.c |    1 -
 1 files changed, 1 deletion(-)


diff -Nru a/drivers/pci/hotplug/acpiphp_pci.c b/drivers/pci/hotplug/acpiphp_pci.c
--- a/drivers/pci/hotplug/acpiphp_pci.c	Fri Mar 19 15:21:21 2004
+++ b/drivers/pci/hotplug/acpiphp_pci.c	Fri Mar 19 15:21:21 2004
@@ -488,7 +488,6 @@
 void acpiphp_unconfigure_function (struct acpiphp_func *func)
 {
 	struct acpiphp_bridge *bridge;
-	int retval = 0;
 
 	/* if pci_dev is NULL, ignore it */
 	if (!func->pci_dev)