summaryrefslogtreecommitdiff
path: root/drivers/hotplug
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2002-11-02 07:40:07 -0800
committerRussell King <rmk@arm.linux.org.uk>2002-11-02 07:40:07 -0800
commit4b58cd48403b2c7549c55e7c73a30d39a1df0323 (patch)
treebd57d16a963eccbcae7d65ef3443b20caa4a55c4 /drivers/hotplug
parentf778b16dd6cc87f0a9f68c89172c77eb8970443f (diff)
[PATCH] PCI Hotplug: removed a compiler warning of a unused variable in the cpcihp_generic driver.
Diffstat (limited to 'drivers/hotplug')
-rw-r--r--drivers/hotplug/cpcihp_generic.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hotplug/cpcihp_generic.c b/drivers/hotplug/cpcihp_generic.c
index aca4ce621ba8..aaabd4127084 100644
--- a/drivers/hotplug/cpcihp_generic.c
+++ b/drivers/hotplug/cpcihp_generic.c
@@ -63,7 +63,6 @@
/* local variables */
static int debug;
-static int setup;
static char* bridge;
static u8 bridge_busnr;
static u8 bridge_slot;