Commit a6a26a3e authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Linus Torvalds

ZORRO: Replace deprecated __initcall with equivalent device_initcall.

ZORRO: Replace deprecated __initcall with equivalent device_initcall.
Signed-off-by: default avatarRobert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent d33b4432
......@@ -158,4 +158,4 @@ static int __init zorro_proc_init(void)
return 0;
}
__initcall(zorro_proc_init);
device_initcall(zorro_proc_init);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment