From: Andi Kleen Date: Thu, 15 Sep 2011 20:09:32 +0000 (-0700) Subject: m68k: Initconst section fixes X-Git-Tag: next-20111114~64^2~3 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1fe3e402d994fd2450b5ed8a89f598fd9c38922e;p=karo-tx-linux.git m68k: Initconst section fixes Signed-off-by: Andi Kleen Signed-off-by: Geert Uytterhoeven --- diff --git a/arch/m68k/emu/nfeth.c b/arch/m68k/emu/nfeth.c index c5748bb4ea71..a985a7e87d45 100644 --- a/arch/m68k/emu/nfeth.c +++ b/arch/m68k/emu/nfeth.c @@ -39,7 +39,7 @@ enum { #define MAX_UNIT 8 /* These identify the driver base version and may not be removed. */ -static const char version[] __devinitdata = +static const char version[] __devinitconst = KERN_INFO KBUILD_MODNAME ".c:v" DRV_VERSION " " DRV_RELDATE " S.Opichal, M.Jurik, P.Stehlik\n" KERN_INFO " http://aranym.org/\n";