mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-07 22:42:04 +00:00
ZORRO: Replace deprecated __initcall with equivalent device_initcall.
ZORRO: Replace deprecated __initcall with equivalent device_initcall. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
d33b4432e6
commit
a6a26a3e65
@ -158,4 +158,4 @@ static int __init zorro_proc_init(void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
__initcall(zorro_proc_init);
|
||||
device_initcall(zorro_proc_init);
|
||||
|
Loading…
Reference in New Issue
Block a user