[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;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/