Skip to content

Commit

Permalink
ZORRO: Replace deprecated __initcall with equivalent device_initcall.
Browse files Browse the repository at this point in the history
ZORRO: Replace deprecated __initcall with equivalent device_initcall.

Signed-off-by: Robert P. J. Day <[email protected]>
Signed-off-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
rpjday authored and torvalds committed Jul 21, 2008
1 parent d33b443 commit a6a26a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/zorro/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,4 @@ static int __init zorro_proc_init(void)
return 0;
}

__initcall(zorro_proc_init);
device_initcall(zorro_proc_init);

0 comments on commit a6a26a3

Please sign in to comment.