Loading arch/m68k/emu/nfeth.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -39,7 +39,7 @@ enum { #define MAX_UNIT 8 #define MAX_UNIT 8 /* These identify the driver base version and may not be removed. */ /* 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 KERN_INFO KBUILD_MODNAME ".c:v" DRV_VERSION " " DRV_RELDATE " S.Opichal, M.Jurik, P.Stehlik\n" " S.Opichal, M.Jurik, P.Stehlik\n" KERN_INFO " http://aranym.org/\n"; KERN_INFO " http://aranym.org/\n"; Loading Loading
arch/m68k/emu/nfeth.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -39,7 +39,7 @@ enum { #define MAX_UNIT 8 #define MAX_UNIT 8 /* These identify the driver base version and may not be removed. */ /* 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 KERN_INFO KBUILD_MODNAME ".c:v" DRV_VERSION " " DRV_RELDATE " S.Opichal, M.Jurik, P.Stehlik\n" " S.Opichal, M.Jurik, P.Stehlik\n" KERN_INFO " http://aranym.org/\n"; KERN_INFO " http://aranym.org/\n"; Loading