]> git.hungrycats.org Git - linux/commitdiff
[PCMCIA] Remove two unused variables.
authorRussell King <rmk@flint.arm.linux.org.uk>
Sun, 10 Oct 2004 19:42:40 +0000 (20:42 +0100)
committerRussell King <rmk@flint.arm.linux.org.uk>
Sun, 10 Oct 2004 19:42:40 +0000 (20:42 +0100)
drivers/pcmcia/rsrc_mgr.c

index 32b264fc402395a440b44d921a39e8b824072608..620b20f7e040457c7b0bf2bd8aec75d393e0e35f 100644 (file)
@@ -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 */