From: Alexander Shiyan Date: Mon, 16 Jul 2012 18:21:45 +0000 (+0400) Subject: ARM: clps711x/p720t: Replace __initcall by .init_early call X-Git-Tag: v3.6-rc1~147^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02d7d6d2b695054687677e474f00d2f24a8be49a;p=pandora-kernel.git 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 Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed