diff options
author | Andi Kleen <ak@linux.intel.com> | 2011-09-15 13:09:32 -0700 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-12-10 19:52:48 +0100 |
commit | 9d7a51d509a8b28fc1217fe11842fb8bbc184c44 (patch) | |
tree | 56d2f5627629b33311c496986871b772a8aacf88 /arch/m68k/emu | |
parent | 608e287b0591789ecd851b05db6f0ba37807fadc (diff) | |
download | linux-9d7a51d509a8b28fc1217fe11842fb8bbc184c44.tar.bz2 |
m68k: Initconst section fixes
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/emu')
-rw-r--r-- | arch/m68k/emu/nfeth.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |