Files
linux-apfs/arch/sh/kernel
Magnus Damm 955c9863bb 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 <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2009-07-23 13:06:07 +09:00
..
2008-12-22 18:44:04 +09:00
2009-07-11 10:08:01 +09:00
2009-01-27 14:49:10 +09:00
2009-06-16 19:47:28 -07:00
2008-10-04 05:25:52 +09:00
2009-05-09 16:02:08 +09:00
2009-06-01 15:44:49 +09:00
2009-07-11 10:08:01 +09:00
2009-03-18 18:57:43 +09:00
2009-07-03 16:16:54 +09:00
2008-12-22 18:44:44 +09:00
2008-09-13 01:44:03 +09:00
2009-03-10 12:55:40 +09:00
2009-06-18 13:38:26 +09:00
2009-07-05 00:28:39 +09:00
2009-05-09 16:02:08 +09:00
2009-06-17 15:39:52 +09:00