diff options
author | 2009-07-22 15:14:29 +0000 | |
---|---|---|
committer | 2009-08-13 11:36:33 +0900 | |
commit | ba9a633787eed1e90d587282642580ad3d44f7fd (patch) | |
tree | d800cb1e05103be92b096a72d11d621adea30261 /lib/dma-debug.c | |
parent | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block (diff) | |
download | wireguard-linux-ba9a633787eed1e90d587282642580ad3d44f7fd.tar.xz wireguard-linux-ba9a633787eed1e90d587282642580ad3d44f7fd.zip |
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>
Diffstat (limited to 'lib/dma-debug.c')
0 files changed, 0 insertions, 0 deletions