Skip to content

Commit

Permalink
m68k: Initconst section fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
  • Loading branch information
Andi Kleen authored and Geert Uytterhoeven committed Dec 10, 2011
1 parent 608e287 commit 9d7a51d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/m68k/emu/nfeth.c
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 9d7a51d

Please sign in to comment.