]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[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 78f393b2afd99efc374a8c48cd6f22692b6fa7c2..c71c85276c7407c768fba46409431caa2332f0bb 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 */