projects
/
platform
/
kernel
/
kernel-mfld-blackbay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29041b4
)
binfmts.h: include list.h
author
Hiroshi Shimamoto
<h-shimamoto@ct.jp.nec.com>
Tue, 6 Jan 2009 22:41:38 +0000
(14:41 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 6 Jan 2009 23:59:19 +0000
(15:59 -0800)
linux_binfmt uses list_head, so list.h is needed.
[akpm@linux-foundation.org: fix `make headerscheck']
Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/binfmts.h
patch
|
blob
|
history
diff --git
a/include/linux/binfmts.h
b/include/linux/binfmts.h
index
6cbfbe2
..
0d0150b
100644
(file)
--- a/
include/linux/binfmts.h
+++ b/
include/linux/binfmts.h
@@
-18,6
+18,7
@@
struct pt_regs;
#define BINPRM_BUF_SIZE 128
#ifdef __KERNEL__
+#include <linux/list.h>
#define CORENAME_MAX_SIZE 128