ARM: 9073/1: ptdump: add __init section marker to three functions
authorJisheng Zhang (syna) <Jisheng.Zhang@synaptics.com>
Mon, 12 Apr 2021 08:12:36 +0000 (09:12 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Sun, 18 Apr 2021 18:15:12 +0000 (19:15 +0100)
commita5e8acd94fe1fe60d92176424a2be6e52c8bd058
tree6657fb3eb423cfd058616872cba3a49d2281173c
parentaefdd4383bb0057c1ec1e32e7de348ccd749eb20
ARM: 9073/1: ptdump: add __init section marker to three functions

They are not needed after booting, so mark them as __init to move them
to the .init section.

Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
Reviewed-by: Steven Price <steven.price@arm.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/mm/dump.c
arch/arm/mm/ptdump_debugfs.c