Files
linux/arch/sh/kernel
Magnus Damm ba9a633787 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-08-13 11:36:33 +09:00
..
2009-03-10 12:55:40 +09:00
2008-12-22 18:44:04 +09:00
2008-12-22 18:44:04 +09:00
2009-06-11 19:00:58 +01: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-03-18 18:57:43 +09:00
2009-06-11 09:08:53 +03: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-05-09 16:02:08 +09:00
2009-06-17 15:39:52 +09:00