init: mark console_on_rootfs as __init
authorChristoph Hellwig <hch@lst.de>
Tue, 28 Jul 2020 16:23:21 +0000 (18:23 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 31 Jul 2020 06:17:51 +0000 (08:17 +0200)
commita94b5214487b626a148c6aab86809fbeb8fcd6b1
tree1dbfa220d4bf6fcef9d062bfe72f26cec5cd369c
parent916db733deca5dc1e14ea8e3acfc121600a9f462
init: mark console_on_rootfs as __init

This helper is only used for the early init code.

Signed-off-by: Christoph Hellwig <hch@lst.de>
init/main.c