diff options
Diffstat (limited to 'include/asm-sparc/namei.h')
-rw-r--r-- | include/asm-sparc/namei.h | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/include/asm-sparc/namei.h b/include/asm-sparc/namei.h index 0646102fb020..eff944b8e321 100644 --- a/include/asm-sparc/namei.h +++ b/include/asm-sparc/namei.h | |||
@@ -1,13 +1,8 @@ | |||
1 | /* | 1 | #ifndef ___ASM_SPARC_NAMEI_H |
2 | * linux/include/asm-sparc/namei.h | 2 | #define ___ASM_SPARC_NAMEI_H |
3 | * | 3 | #if defined(__sparc__) && defined(__arch64__) |
4 | * Routines to handle famous /usr/gnemul/s*. | 4 | #include <asm-sparc/namei_64.h> |
5 | * Included from linux/fs/namei.c | 5 | #else |
6 | */ | 6 | #include <asm-sparc/namei_32.h> |
7 | 7 | #endif | |
8 | #ifndef __SPARC_NAMEI_H | 8 | #endif |
9 | #define __SPARC_NAMEI_H | ||
10 | |||
11 | #define __emul_prefix() NULL | ||
12 | |||
13 | #endif /* __SPARC_NAMEI_H */ | ||