[ARM] Fix Versatile PB initialisation to use .init_machine
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Thu, 30 Nov 2006 22:42:20 +0000 (22:42 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 30 Nov 2006 22:42:20 +0000 (22:42 +0000)
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 <rmk+kernel@arm.linux.org.uk>

No differences found