Skip to content

Commit

Permalink
initramfs: missing __init
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Jul 26, 2007
1 parent ca5c8cd commit b0a5ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/initramfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b0a5ab9

Please sign in to comment.