[MIPS] Ocelot: Fix warning.
authorRalf Baechle <ralf@linux-mips.org>
Mon, 26 Mar 2007 08:14:24 +0000 (09:14 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 29 Mar 2007 22:46:35 +0000 (23:46 +0100)
Remove unused variable.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/gt64120/momenco_ocelot/prom.c

index 78f393b..c71c852 100644 (file)
@@ -32,7 +32,6 @@ void __init prom_init(void)
        char **arg = (char **) fw_arg1;
        char **env = (char **) fw_arg2;
        struct callvectors *cv = (struct callvectors *) fw_arg3;
-       uint32_t tmp;
        int i;
 
        /* save the PROM vectors for debugging use */