Commit 9486d594 authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] Ocelot: Fix warning.

Remove unused variable.
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 448f283c
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment