Re: [PATCH] MIPS: ralink: bootrom: mark a function as __init to save some memory

2020-05-31 Thread Thomas Bogendoerfer
On Sun, May 31, 2020 at 12:06:03PM +0200, Christophe JAILLET wrote: > 'bootrom_setup()' is only called via 'postcore_initcall'. > It can be marked as __init to save a few bytes of memory. > > Signed-off-by: Christophe JAILLET > --- > arch/mips/ralink/bootrom.c | 2 +- > 1 file changed, 1

[PATCH] MIPS: ralink: bootrom: mark a function as __init to save some memory

2020-05-31 Thread Christophe JAILLET
'bootrom_setup()' is only called via 'postcore_initcall'. It can be marked as __init to save a few bytes of memory. Signed-off-by: Christophe JAILLET --- arch/mips/ralink/bootrom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/ralink/bootrom.c