projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
916db73
)
init: mark console_on_rootfs as __init
author
Christoph Hellwig
<hch@lst.de>
Tue, 28 Jul 2020 16:23:21 +0000
(18:23 +0200)
committer
Christoph Hellwig
<hch@lst.de>
Fri, 31 Jul 2020 06:17:51 +0000
(08:17 +0200)
This helper is only used for the early init code.
Signed-off-by: Christoph Hellwig <hch@lst.de>
init/main.c
patch
|
blob
|
history
diff --git
a/init/main.c
b/init/main.c
index c2c9143db967952f34ca5c62f9d50dae2e644c1a..47698427b15f62dc2c0af08f7f2e2a0fbc7ea217 100644
(file)
--- a/
init/main.c
+++ b/
init/main.c
@@
-1458,7
+1458,7
@@
static int __ref kernel_init(void *unused)
}
/* Open /dev/console, for stdin/stdout/stderr, this should never fail */
-void console_on_rootfs(void)
+void
__init
console_on_rootfs(void)
{
struct file *file = filp_open("/dev/console", O_RDWR, 0);