[2.6 patch] powerpc: free_property() mustn't be __init

2008-02-13 Thread Adrian Bunk
This patch fixes the following section mismatch: <-- snip --> ... WARNING: vmlinux.o(.text+0x55648): Section mismatch in reference from the function .free_node() to the function .init.text:.free_property() ... <-- snip --> Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Acked-by: Stephen

[2.6 patch] powerpc: free_property() mustn't be __init

2008-02-13 Thread Adrian Bunk
This patch fixes the following section mismatch: -- snip -- ... WARNING: vmlinux.o(.text+0x55648): Section mismatch in reference from the function .free_node() to the function .init.text:.free_property() ... -- snip -- Signed-off-by: Adrian Bunk [EMAIL PROTECTED] Acked-by: Stephen

Re: [2.6 patch] powerpc: free_property() mustn't be __init

2008-02-04 Thread Stephen Rothwell
On Wed, 30 Jan 2008 22:03:13 +0200 Adrian Bunk <[EMAIL PROTECTED]> wrote: > > This patch fixes the following section mismatch: > > <-- snip --> > > ... > WARNING: vmlinux.o(.text+0x55648): Section mismatch in reference from the > function .free_node() to the function

Re: [2.6 patch] powerpc: free_property() mustn't be __init

2008-02-04 Thread Stephen Rothwell
On Wed, 30 Jan 2008 22:03:13 +0200 Adrian Bunk [EMAIL PROTECTED] wrote: This patch fixes the following section mismatch: -- snip -- ... WARNING: vmlinux.o(.text+0x55648): Section mismatch in reference from the function .free_node() to the function .init.text:.free_property() ...

[2.6 patch] powerpc: free_property() mustn't be __init

2008-01-30 Thread Adrian Bunk
This patch fixes the following section mismatch: <-- snip --> ... WARNING: vmlinux.o(.text+0x55648): Section mismatch in reference from the function .free_node() to the function .init.text:.free_property() ... <-- snip --> Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> ---

[2.6 patch] powerpc: free_property() mustn't be __init

2008-01-30 Thread Adrian Bunk
This patch fixes the following section mismatch: -- snip -- ... WARNING: vmlinux.o(.text+0x55648): Section mismatch in reference from the function .free_node() to the function .init.text:.free_property() ... -- snip -- Signed-off-by: Adrian Bunk [EMAIL PROTECTED] ---