mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-04-13 09:59:31 +00:00
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:
parent
ca5c8cde93
commit
b0a5ab9315
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue