projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
448f283
)
[MIPS] Ocelot: Fix warning.
author
Ralf Baechle
<ralf@linux-mips.org>
Mon, 26 Mar 2007 08:14:24 +0000
(09:14 +0100)
committer
Ralf 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
patch
|
blob
|
history
diff --git
a/arch/mips/gt64120/momenco_ocelot/prom.c
b/arch/mips/gt64120/momenco_ocelot/prom.c
index 78f393b2afd99efc374a8c48cd6f22692b6fa7c2..c71c85276c7407c768fba46409431caa2332f0bb 100644
(file)
--- 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 */