ARM: clps711x/p720t: Replace __initcall by .init_early call
authorAlexander Shiyan <shc_work@mail.ru>
Mon, 16 Jul 2012 18:21:45 +0000 (22:21 +0400)
committerArnd Bergmann <arnd@arndb.de>
Tue, 17 Jul 2012 20:24:28 +0000 (22:24 +0200)
Since we are trying to do to support multiple machines in a single kernel,
we need to eliminate the use of __initcall to be used for all machines.
Using .init_early call solves this problem.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

No differences found