diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/initramfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/initramfs.c b/init/initramfs.c index 00eff7a11085..1db02a0025db 100644 --- a/init/initramfs.c +++ b/init/initramfs.c | |||
@@ -133,7 +133,7 @@ static __initdata loff_t this_header, next_header; | |||
133 | 133 | ||
134 | static __initdata int dry_run; | 134 | static __initdata int dry_run; |
135 | 135 | ||
136 | static inline void eat(unsigned n) | 136 | static inline void __init eat(unsigned n) |
137 | { | 137 | { |
138 | victim += n; | 138 | victim += n; |
139 | this_header += n; | 139 | this_header += n; |