From: Magnus Damm Date: Wed, 22 Jul 2009 15:14:29 +0000 (+0000) Subject: sh: convert processor device setup functions to arch_initcall() X-Git-Tag: v2.6.31-rc6~7^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba9a633787eed1e90d587282642580ad3d44f7fd;p=pandora-kernel.git sh: convert processor device setup functions to arch_initcall() Convert the processor platform device setup functions from __initcall() and sometimes device_initcall() to arch_initcall(). This makes sure that the platform devices are registered a bit earlier so the devices are available when drivers register using initcall levels earlier than device_initcall(). A good example is platform devices needed by i2c-sh_mobile.c which registers a bit earlier using subsys_initcall(). Signed-off-by: Magnus Damm Signed-off-by: Paul Mundt --- Reading git-diff-tree failed