commit | 02d7d6d2b695054687677e474f00d2f24a8be49a | [log] [tgz] |
---|---|---|
author | Alexander Shiyan <shc_work@mail.ru> | Mon Jul 16 22:21:45 2012 +0400 |
committer | Arnd Bergmann <arnd@arndb.de> | Tue Jul 17 22:24:28 2012 +0200 |
tree | 17b086b523532c1ac1963b840adcfdcf6eca24e6 | |
parent | bd0a521e88aa7a06ae7aabaed7ae196ed4ad867a [diff] |
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>