diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2008-07-17 15:16:16 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-20 20:24:38 -0400 |
commit | a6a26a3e652671a783563f1e9697c68bd19c40fc (patch) | |
tree | d0459ffc06248c244516d5189230c5470c39e948 /drivers/zorro | |
parent | d33b4432e634246eef00ef4d425939c253f70dd6 (diff) |
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>
Diffstat (limited to 'drivers/zorro')
-rw-r--r-- | drivers/zorro/proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/zorro/proc.c b/drivers/zorro/proc.c index 1f212407b912..d47c47fc048f 100644 --- a/drivers/zorro/proc.c +++ b/drivers/zorro/proc.c | |||
@@ -158,4 +158,4 @@ static int __init zorro_proc_init(void) | |||
158 | return 0; | 158 | return 0; |
159 | } | 159 | } |
160 | 160 | ||
161 | __initcall(zorro_proc_init); | 161 | device_initcall(zorro_proc_init); |