Skip to content

Commit

Permalink
[MIPS] Ocelot: Fix warning.
Browse files Browse the repository at this point in the history
Remove unused variable.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Mar 29, 2007
1 parent 448f283 commit 9486d59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/mips/gt64120/momenco_ocelot/prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 9486d59

Please sign in to comment.