m68k/amiga: Use arch_initcall() for registering platform devices
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 22 Jan 2012 11:45:45 +0000 (12:45 +0100)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 22 Apr 2012 18:16:48 +0000 (20:16 +0200)
module_init() maps to device_initcall(), opening the possibility of
race conditions between platform_driver_probe() and registering platform
devices.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>

No differences found