[PATCH] powerpc/QE: qe_reset should be __init

2008-06-11 Thread Anton Vorontsov
This patch fixes following section mismatch: WARNING: arch/powerpc/sysdev/built-in.o(.text+0x11d8): Section mismatch in reference from the function qe_reset() to the function .init.text:cpm_muram_init() Signed-off-by: Anton Vorontsov [EMAIL PROTECTED] --- arch/powerpc/sysdev/qe_lib/qe.c |2

Re: [PATCH] powerpc/QE: qe_reset should be __init

2008-06-11 Thread Kumar Gala
On Jun 11, 2008, at 7:32 AM, Anton Vorontsov wrote: This patch fixes following section mismatch: WARNING: arch/powerpc/sysdev/built-in.o(.text+0x11d8): Section mismatch in reference from the function qe_reset() to the function .init.text:cpm_muram_init() Signed-off-by: Anton Vorontsov