From: Russell King Date: Thu, 30 Nov 2006 22:42:20 +0000 (+0000) Subject: [ARM] Fix Versatile PB initialisation to use .init_machine X-Git-Tag: v2.6.20-rc1~34^2~412^2~1^2^3~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e4e520fd52cfdcc7232c4762a78016e7656cad2;p=pandora-kernel.git [ARM] Fix Versatile PB initialisation to use .init_machine There's no point having the Versatile PB initialisation using an arch_initcall() and then checking whether it's running on a Versatile PB board - this is what the .init_machine function pointer in the machine description is for. Use it. Signed-off-by: Russell King --- Reading git-diff-tree failed