]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6eede751b59599619bfb3c8064f867178e88c67c
tree1dbfa220d4bf6fcef9d062bfe72f26cec5cd369c
parent9bae987848c5476f789db2531d69d76d24fb1552
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