提交 b0a5ab93 编写于 作者: A Al Viro 提交者: Linus Torvalds

initramfs: missing __init

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 ca5c8cde
......@@ -133,7 +133,7 @@ static __initdata loff_t this_header, next_header;
static __initdata int dry_run;
static inline void eat(unsigned n)
static inline void __init eat(unsigned n)
{
victim += n;
this_header += n;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册