From: Adrian Bunk Date: Wed, 13 Feb 2008 21:30:57 +0000 (+1100) Subject: [POWERPC] hvc_rtas_init() must be __init X-Git-Tag: v2.6.25-rc2~10^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1407b3d15694ba6d014ef7f48895169f49a6a02b;p=pandora-kernel.git [POWERPC] hvc_rtas_init() must be __init This fixes the following section mismatch: <-- snip --> ... WARNING: vmlinux.o(.text+0x2fbca8): Section mismatch in reference from the function .hvc_rtas_init() to the function .devinit.text:.hvc_alloc() ... <-- snip --> Signed-off-by: Adrian Bunk Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed