From: Kuninori Morimoto Date: Tue, 5 Apr 2011 01:22:33 +0000 (+0000) Subject: ARM: arch-shmobile: only run FSI init on respective boards X-Git-Tag: v2.6.39-rc3~15^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6084c81e8a8ffa8b85d59e1ca7643dc76c23e412;p=pandora-kernel.git 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 Cc: Magnus Damm Signed-off-by: Paul Mundt --- Reading git-diff-tree failed