Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
m68k/amiga: Use arch_initcall() for registering platform devices
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>
- Loading branch information