[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)
commit4e4e520fd52cfdcc7232c4762a78016e7656cad2
tree38bb0faabb280a6d8983e3978eb0c527d69ea31a
parent122214428a7bfab2c09b417f3acdb06222e81748
[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 <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-versatile/versatile_pb.c