Эх сурвалжийг харах

binfmts.h: include list.h

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>
Hiroshi Shimamoto 16 жил өмнө
parent
commit
5cf0cc4e67

+ 1 - 0
include/linux/binfmts.h

@@ -18,6 +18,7 @@ struct pt_regs;
 #define BINPRM_BUF_SIZE 128
 #define BINPRM_BUF_SIZE 128
 
 
 #ifdef __KERNEL__
 #ifdef __KERNEL__
+#include <linux/list.h>
 
 
 #define CORENAME_MAX_SIZE 128
 #define CORENAME_MAX_SIZE 128