From: Tim Abbott Date: Mon, 27 Apr 2009 18:02:22 +0000 (-0400) Subject: arm: Use __INIT macro instead of .text.init. X-Git-Tag: v2.6.30-rc4~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=991da17ec0b9f396154c8120ffd10e5d7d7aa361;p=pandora-kernel.git arm: Use __INIT macro instead of .text.init. arm is placing some code in the .text.init section, but it does not reference that section in its linker scripts. This change moves this code from the .text.init section to the .init.text section, which is presumably where it belongs. Signed-off-by: Tim Abbott Acked-by: Russell King Acked-by: Sam Ravnborg Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed