diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-03-26 09:14:24 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-03-29 23:46:35 +0100 |
commit | 9486d594baf268e46a01ada5c8c50dcf5d066748 (patch) | |
tree | d4df46e213f49f69959a4d09b07c2cf11a0ecf00 /arch/mips | |
parent | 448f283c11ac66793c7231bcbd729a417a9f9a04 (diff) | |
download | blackbird-op-linux-9486d594baf268e46a01ada5c8c50dcf5d066748.tar.gz blackbird-op-linux-9486d594baf268e46a01ada5c8c50dcf5d066748.zip |
[MIPS] Ocelot: Fix warning.
Remove unused variable.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/gt64120/momenco_ocelot/prom.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/gt64120/momenco_ocelot/prom.c b/arch/mips/gt64120/momenco_ocelot/prom.c index 78f393b2afd9..c71c85276c74 100644 --- a/arch/mips/gt64120/momenco_ocelot/prom.c +++ b/arch/mips/gt64120/momenco_ocelot/prom.c @@ -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 */ |