hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/arch/sh/include/asm/syscalls.h
....@@ -2,8 +2,6 @@
22 #ifndef __ASM_SH_SYSCALLS_H
33 #define __ASM_SH_SYSCALLS_H
44
5
-#ifdef __KERNEL__
6
-
75 asmlinkage int old_mmap(unsigned long addr, unsigned long len,
86 unsigned long prot, unsigned long flags,
97 int fd, unsigned long off);
....@@ -11,11 +9,6 @@
119 unsigned long prot, unsigned long flags,
1210 unsigned long fd, unsigned long pgoff);
1311
14
-#ifdef CONFIG_SUPERH32
15
-# include <asm/syscalls_32.h>
16
-#else
17
-# include <asm/syscalls_64.h>
18
-#endif
12
+#include <asm/syscalls_32.h>
1913
20
-#endif /* __KERNEL__ */
2114 #endif /* __ASM_SH_SYSCALLS_H */