m68k: Mark functions only called from setup_arch() __init
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 25 Jun 2013 19:15:24 +0000 (21:15 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 26 Nov 2013 10:08:54 +0000 (11:08 +0100)
Some functions that are only called (indirectly) from setup_arch() lack
__init annotations.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>

No differences found