commit | 6084c81e8a8ffa8b85d59e1ca7643dc76c23e412 | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Tue Apr 05 01:22:33 2011 +0000 |
committer | Paul Mundt <lethal@linux-sh.org> | Wed Apr 06 11:21:38 2011 -0700 |
tree | 11001c1ee20480d9a15849892573d777f82731eb | |
parent | 2ce51f8b931a0e8b75dacbdff6df27d9be9da49f [diff] |
ARM: arch-shmobile: only run FSI init on respective boards If several boards are enabled in the kernel configuration, fsi_init_pm_clock() functions from board-ap4evb.c will run on any of them. Prevent this by calling these functions from the .init_machine() callback instead of using device_initcall(). Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Cc: Magnus Damm <damm@opensource.se> Signed-off-by: Paul Mundt <lethal@linux-sh.org>