kbuild: improve scripts/gcc-version.sh output a bit when called without args
[cascardo/linux.git] / init / initramfs.c
index 00eff7a..1db02a0 100644 (file)
@@ -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;