ChangeSet 1.875.1.7, 2002/11/02 23:40:07-08:00, greg@kroah.com [PATCH] PCI Hotplug: removed a compiler warning of a unused variable in the cpcihp_generic driver. diff -Nru a/drivers/hotplug/cpcihp_generic.c b/drivers/hotplug/cpcihp_generic.c --- a/drivers/hotplug/cpcihp_generic.c Tue Nov 5 17:26:02 2002 +++ b/drivers/hotplug/cpcihp_generic.c Tue Nov 5 17:26:02 2002 @@ -63,7 +63,6 @@ /* local variables */ static int debug; -static int setup; static char* bridge; static u8 bridge_busnr; static u8 bridge_slot;