From: Nicolas Pitre Date: Wed, 1 Sep 2010 13:37:05 +0000 (-0400) Subject: ARM: link board specific files after core files X-Git-Tag: v2.6.37-rc1~184^2~5^2~8^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c62d0f2ac18d38265ccf0e821e6afee60a0c89b5;p=pandora-kernel.git ARM: link board specific files after core files This allows for board specific issues to override decisions made in generic code that might not be suitable due to some errata or the like, by making the initcall hooks from those board specific files run after the core ones, therefore avoiding ugly #ifdef's in core code. Signed-off-by: Nicolas Pitre Tested-by: Dave Martin Tested-by: Jason Hui --- Reading git-diff-tree failed