mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08:00
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>