Commit 369cf4b9 authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Paul Mackerras

[POWERPC] fix missing #include in sys_ppc32.c

sys_mmap is declared in asm/syscalls.h
Signed-off-by: default avatarArnd Bergmann <arnd.bergmann@de.ibm.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment