Commit b0a5ab93 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds

initramfs: missing __init

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment