]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[POWERPC] hvc_rtas_init() must be __init
authorAdrian Bunk <bunk@kernel.org>
Wed, 13 Feb 2008 21:30:57 +0000 (08:30 +1100)
committerPaul Mackerras <paulus@samba.org>
Thu, 14 Feb 2008 11:11:02 +0000 (22:11 +1100)
commit1407b3d15694ba6d014ef7f48895169f49a6a02b
tree5d982144e7fe1c6651968fef8bdff0ba2ce91d2b
parent16e543ffa853c8e1de5e1e2bcec0ef9f0b9386fa
[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 <bunk@kernel.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
drivers/char/hvc_rtas.c