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

Commit 4088af39 authored by Roman Zippel's avatar Roman Zippel Committed by Linus Torvalds
Browse files

m68k: Remove unnecessary m68k_memoffset export and init



Remove an unnecessary m68k_memoffset export and initialization

Signed-off-by: default avatarRoman Zippel <zippel@linux-m68k.org>
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent fb425d0b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -62,7 +62,6 @@ EXPORT_SYMBOL(m68k_num_memory);
int m68k_realnum_memory;
EXPORT_SYMBOL(m68k_realnum_memory);
unsigned long m68k_memoffset;
EXPORT_SYMBOL(m68k_memoffset);
struct mem_info m68k_memory[NUM_MEMINFO];
EXPORT_SYMBOL(m68k_memory);

@@ -200,7 +199,6 @@ static void __init m68k_parse_bootinfo(const struct bi_record *record)
		       (m68k_num_memory - 1));
		m68k_num_memory = 1;
	}
	m68k_memoffset = m68k_memory[0].addr-PAGE_OFFSET;
#endif
}