]> err.no Git - linux-2.6/blobdiff - init/initramfs.c
Merge branch 'for-2.6.25' of git://git.secretlab.ca/git/linux-2.6-mpc52xx into for...
[linux-2.6] / 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;