Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

initramfs: missing __init

parent ca5c8cde
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;