Re: [PATCH] m68knommu: Mark functions only called from setup_arch() __init

2013-07-14 Thread Greg Ungerer
Hi Geert, On 30/06/13 19:58, Geert Uytterhoeven wrote: > Some functions that are only called (indirectly) from setup_arch() lack > __init annotations. > > Signed-off-by: Geert Uytterhoeven Thanks. Applied to m68knommu git tree. Regards Greg > --- > This is sort of a v2 of "m68knommu: Mark co

[PATCH] m68knommu: Mark functions only called from setup_arch() __init

2013-06-30 Thread Geert Uytterhoeven
Some functions that are only called (indirectly) from setup_arch() lack __init annotations. Signed-off-by: Geert Uytterhoeven --- This is sort of a v2 of "m68knommu: Mark config_BSP() __init", adding parse_uboot_commandline(), init_hardware(), m360_cpm_reset() arch/m68k/kernel/setup_no.c