Re: [PATCH] PCI hotplug changes for 2.5.46

Greg KH (greg@kroah.com)
Tue, 5 Nov 2002 17:44:45 -0800


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;
-
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/