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)
commit02d7d6d2b695054687677e474f00d2f24a8be49a
tree17b086b523532c1ac1963b840adcfdcf6eca24e6
parentbd0a521e88aa7a06ae7aabaed7ae196ed4ad867a
ARM: clps711x/p720t: Replace __initcall by .init_early call

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>
arch/arm/mach-clps711x/p720t.c
This page took 0.027932 seconds and 5 git commands to generate.