aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc/mman.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sparc/mman.h')
-rw-r--r--include/asm-sparc/mman.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/asm-sparc/mman.h b/include/asm-sparc/mman.h
index e18be984c01d..fdfbbf0a4736 100644
--- a/include/asm-sparc/mman.h
+++ b/include/asm-sparc/mman.h
@@ -1,4 +1,3 @@
1/* $Id: mman.h,v 1.9 2000/03/15 02:44:23 davem Exp $ */
2#ifndef __SPARC_MMAN_H__ 1#ifndef __SPARC_MMAN_H__
3#define __SPARC_MMAN_H__ 2#define __SPARC_MMAN_H__
4 3
@@ -24,9 +23,8 @@
24 23
25#ifdef __KERNEL__ 24#ifdef __KERNEL__
26#ifndef __ASSEMBLY__ 25#ifndef __ASSEMBLY__
27#define arch_mmap_check sparc_mmap_check 26#define arch_mmap_check(addr,len,flags) sparc_mmap_check(addr,len)
28int sparc_mmap_check(unsigned long addr, unsigned long len, 27int sparc_mmap_check(unsigned long addr, unsigned long len);
29 unsigned long flags);
30#endif 28#endif
31#endif 29#endif
32 30