initramfs: missing __init
authorAl Viro <[email protected]>
Thu, 26 Jul 2007 16:33:59 +0000 (17:33 +0100)
committerLinus Torvalds <[email protected]>
Thu, 26 Jul 2007 18:11:56 +0000 (11:11 -0700)
Signed-off-by: Al Viro <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
init/initramfs.c

index 00eff7a110854d5706ff51205f5ef06a7a267d27..1db02a0025db2a5f805ed78d7f88a8cf30a230df 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;