arm64: debug: mark a function as __init to save some memory
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 31 May 2020 11:00:15 +0000 (13:00 +0200)
committerWill Deacon <will@kernel.org>
Thu, 4 Jun 2020 15:21:29 +0000 (16:21 +0100)
commit5311ebfb612f08ec2a712a86d0af7ee2b423a9fc
treec1228a400e087d63fde79a6181f0b1406ee626c9
parent333ed74689b8fca097574124fef7fa0e3d7f79d4
arm64: debug: mark a function as __init to save some memory

'debug_monitors_init()' 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>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Link: https://lore.kernel.org/r/20200531110015.598607-1-christophe.jaillet@wanadoo.fr
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/kernel/debug-monitors.c