projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ec64d5
)
[POWERPC] fix missing #include in sys_ppc32.c
author
Arnd Bergmann
<arnd@arndb.de>
Mon, 27 Nov 2006 18:18:59 +0000
(19:18 +0100)
committer
Paul Mackerras
<paulus@samba.org>
Mon, 4 Dec 2006 09:41:19 +0000
(20:41 +1100)
sys_mmap is declared in asm/syscalls.h
Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
arch/powerpc/kernel/sys_ppc32.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/kernel/sys_ppc32.c
b/arch/powerpc/kernel/sys_ppc32.c
index d15c33e95959998dde17fdbd053244f0ecfa80f7..03a2a2f30d66dfcf555881fd05bed1228de6dbd7 100644
(file)
--- a/
arch/powerpc/kernel/sys_ppc32.c
+++ b/
arch/powerpc/kernel/sys_ppc32.c
@@
-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)))