initramfs: missing __init

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Al Viro 2007-07-26 17:33:59 +01:00 committed by Linus Torvalds
parent ca5c8cde93
commit b0a5ab9315

View file

@ -133,7 +133,7 @@ static __initdata loff_t this_header, next_header;
static __initdata int dry_run; static __initdata int dry_run;
static inline void eat(unsigned n) static inline void __init eat(unsigned n)
{ {
victim += n; victim += n;
this_header += n; this_header += n;