aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2007-03-26 09:14:24 +0100
committerRalf Baechle <ralf@linux-mips.org>2007-03-29 23:46:35 +0100
commit9486d594baf268e46a01ada5c8c50dcf5d066748 (patch)
treed4df46e213f49f69959a4d09b07c2cf11a0ecf00 /arch/mips
parent[MIPS] Ocelot: Give PMON_v1_setup a proper prototype. (diff)
downloadlinux-dev-9486d594baf268e46a01ada5c8c50dcf5d066748.tar.xz
linux-dev-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.c1
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 */