Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

m68k: Initconst section fixes

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>

authored by

Andi Kleen and committed by
Geert Uytterhoeven
9d7a51d5 608e287b

+1 -1
+1 -1
arch/m68k/emu/nfeth.c
··· 39 39 #define MAX_UNIT 8 40 40 41 41 /* These identify the driver base version and may not be removed. */ 42 - static const char version[] __devinitdata = 42 + static const char version[] __devinitconst = 43 43 KERN_INFO KBUILD_MODNAME ".c:v" DRV_VERSION " " DRV_RELDATE 44 44 " S.Opichal, M.Jurik, P.Stehlik\n" 45 45 KERN_INFO " http://aranym.org/\n";