-
由 Geert Uytterhoeven 提交于
module_init() maps to device_initcall(), opening the possibility of race conditions between platform_driver_probe() and registering platform devices. Signed-off-by: NGeert Uytterhoeven <geert@linux-m68k.org>e2b56288
module_init() maps to device_initcall(), opening the possibility of
race conditions between platform_driver_probe() and registering platform
devices.
Signed-off-by: NGeert Uytterhoeven <geert@linux-m68k.org>