Skip to content

Commit

Permalink
[POWERPC] macintosh: Replace deprecated __initcall with device_initcall
Browse files Browse the repository at this point in the history
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Robert P. J. Day authored and Paul Mackerras committed May 15, 2008
1 parent 7012255 commit faa5b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/macintosh/adb.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ int __init adb_init(void)
return 0;
}

__initcall(adb_init);
device_initcall(adb_init);

static int
do_adb_reset_bus(void)
Expand Down

0 comments on commit faa5b9d

Please sign in to comment.