Re: [Xen-devel] [PATCH 1/6] arm/setup: Add missing __init to add_boot_module

2015-01-16 Thread Julien Grall
On 16/01/15 16:28, Andrew Cooper wrote: > On 16/01/15 16:20, Julien Grall wrote: >> add_boot_module is calling a function which lies in the init section. >> Furthermore, it's only used during Xen boot. >> >> Signed-off-by: Julien Grall >> --- >> xen/arch/arm/setup.c| 6 +++--- >> xen/incl

Re: [Xen-devel] [PATCH 1/6] arm/setup: Add missing __init to add_boot_module

2015-01-16 Thread Andrew Cooper
On 16/01/15 16:20, Julien Grall wrote: > add_boot_module is calling a function which lies in the init section. > Furthermore, it's only used during Xen boot. > > Signed-off-by: Julien Grall > --- > xen/arch/arm/setup.c| 6 +++--- > xen/include/asm-arm/setup.h | 8 > 2 files chang

[Xen-devel] [PATCH 1/6] arm/setup: Add missing __init to add_boot_module

2015-01-16 Thread Julien Grall
add_boot_module is calling a function which lies in the init section. Furthermore, it's only used during Xen boot. Signed-off-by: Julien Grall --- xen/arch/arm/setup.c| 6 +++--- xen/include/asm-arm/setup.h | 8 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/xen/