From e2b56288af0c0b97c63aaaa667f2f3165971e911 Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Sun, 22 Jan 2012 12:45:45 +0100 Subject: [PATCH] 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 --- Reading git-format-patch failed