]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: ralink: bootrom: mark a function as __init to save some memory
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 31 May 2020 10:06:03 +0000 (12:06 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Sun, 31 May 2020 11:35:13 +0000 (13:35 +0200)
commit4101694d9f45d9bab4016643f89325ec43227e75
tree98c55daf874b3bc2105df36d6d114bb50eb16876
parent8b06a60052d630000615f0b235dc90b516ed527a
MIPS: ralink: bootrom: mark a function as __init to save some memory

'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 <christophe.jaillet@wanadoo.fr>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/ralink/bootrom.c