Commit a6a26a3e652671a783563f1e9697c68bd19c40fc

Authored by Robert P. J. Day
Committed by Linus Torvalds
1 parent d33b4432e6

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/zorro/proc.c
... ... @@ -158,5 +158,5 @@
158 158 return 0;
159 159 }
160 160  
161   -__initcall(zorro_proc_init);
  161 +device_initcall(zorro_proc_init);