diff options
| author | Greg Kroah-Hartman <greg@kroah.com> | 2002-11-02 07:40:07 -0800 |
|---|---|---|
| committer | Russell King <rmk@arm.linux.org.uk> | 2002-11-02 07:40:07 -0800 |
| commit | 4b58cd48403b2c7549c55e7c73a30d39a1df0323 (patch) | |
| tree | bd57d16a963eccbcae7d65ef3443b20caa4a55c4 /drivers/hotplug | |
| parent | f778b16dd6cc87f0a9f68c89172c77eb8970443f (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.c | 1 |
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; |
