From: Russell King Date: Sun, 10 Oct 2004 19:42:40 +0000 (+0100) Subject: [PCMCIA] Remove two unused variables. X-Git-Tag: v2.6.9-rc4~2^2 X-Git-Url: http://git.neil.brown.name/?a=commitdiff_plain;h=ff8dea978ea4c0c8380f5976f47da3ab83cee07c;p=history.git [PCMCIA] Remove two unused variables. --- diff --git a/drivers/pcmcia/rsrc_mgr.c b/drivers/pcmcia/rsrc_mgr.c index 32b264fc4023..620b20f7e040 100644 --- a/drivers/pcmcia/rsrc_mgr.c +++ b/drivers/pcmcia/rsrc_mgr.c @@ -458,7 +458,6 @@ static void validate_mem(struct pcmcia_socket *s, unsigned int probe_mask) { resource_map_t *m, mm; static u_char order[] = { 0xd0, 0xe0, 0xc0, 0xf0 }; - static int hi = 0, lo = 0; u_long b, i, ok = 0; /* We do up to four passes through the list */