Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2cb9241 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven
Browse files

m68k: Kill warning in setup_arch() when compiling for Sun3



arch/m68k/kernel/setup_mm.c: In function ‘setup_arch’:
arch/m68k/kernel/setup_mm.c:219: warning: unused variable ‘i’

Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent 39847619
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -216,7 +216,9 @@ static void __init m68k_parse_bootinfo(const struct bi_record *record)

void __init setup_arch(char **cmdline_p)
{
#ifndef CONFIG_SUN3
	int i;
#endif

	/* The bootinfo is located right after the kernel bss */
	m68k_parse_bootinfo((const struct bi_record *)_end);