mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 11:33:58 -04:00
[MIPS] Ocelot: Fix warning.
Remove unused variable. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user