projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca5c8cd
)
initramfs: missing __init
author
Al Viro
<viro@ftp.linux.org.uk>
Thu, 26 Jul 2007 16:33:59 +0000
(17:33 +0100)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Thu, 26 Jul 2007 18:11:56 +0000
(11:11 -0700)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
init/initramfs.c
patch
|
blob
|
history
diff --git
a/init/initramfs.c
b/init/initramfs.c
index
00eff7a
..
1db02a0
100644
(file)
--- a/
init/initramfs.c
+++ b/
init/initramfs.c
@@
-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;