提交 5c805365 编写于 作者: C Catalin Marinas 提交者: Linus Torvalds

fs/ramfs/file-nommu.c needs include/linux/sched.h

This file makes use of various macros defined in files like asm/current.h
or asm-generic/resource.h.  All these files can be included via sched.h.
The building of the !MMU ARM kernel (with additional patches) fails
without this change.
Signed-off-by: NCatalin Marinas <catalin.marinas@arm.com>
Acked-by: NDavid Howells <dhowells@redhat.com>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 1c29b3ff
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
#include <linux/ramfs.h> #include <linux/ramfs.h>
#include <linux/pagevec.h> #include <linux/pagevec.h>
#include <linux/mman.h> #include <linux/mman.h>
#include <linux/sched.h>
#include <asm/uaccess.h> #include <asm/uaccess.h>
#include "internal.h" #include "internal.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册