提交 369cf4b9 编写于 作者: A Arnd Bergmann 提交者: Paul Mackerras

[POWERPC] fix missing #include in sys_ppc32.c

sys_mmap is declared in asm/syscalls.h
Signed-off-by: NArnd Bergmann <arnd.bergmann@de.ibm.com>
上级 4ec64d56
......@@ -51,6 +51,7 @@
#include <asm/time.h>
#include <asm/mmu_context.h>
#include <asm/ppc-pci.h>
#include <asm/syscalls.h>
/* readdir & getdents */
#define NAME_OFFSET(de) ((int) ((de)->d_name - (char __user *) (de)))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册