mirror of
https://github.com/torvalds/linux.git
synced 2024-12-25 20:32:22 +00:00
ba9a633787
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> |
||
---|---|---|
.. | ||
clock-sh7201.c | ||
clock-sh7203.c | ||
clock-sh7206.c | ||
entry.S | ||
ex.S | ||
fpu.c | ||
Makefile | ||
opcode_helper.c | ||
pinmux-sh7203.c | ||
probe.c | ||
setup-mxg.c | ||
setup-sh7201.c | ||
setup-sh7203.c | ||
setup-sh7206.c |