diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2008-07-26 09:48:26 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2008-07-27 02:53:43 +0200 |
commit | 4cc38a1b383f0c6c65a3fef4ff8144e8000e4ec3 (patch) | |
tree | 41398a50217368a35f0a5653e4e38634bc90255a /include/asm-sparc | |
parent | [PATCH] get rid of indirect users of namei.h (diff) | |
download | linux-4cc38a1b383f0c6c65a3fef4ff8144e8000e4ec3.tar.xz linux-4cc38a1b383f0c6c65a3fef4ff8144e8000e4ec3.zip |
[PATCH] remove remaining namei_{32,64}.h crap
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/asm-sparc')
-rw-r--r-- | include/asm-sparc/namei_32.h | 13 | ||||
-rw-r--r-- | include/asm-sparc/namei_64.h | 13 |
2 files changed, 0 insertions, 26 deletions
diff --git a/include/asm-sparc/namei_32.h b/include/asm-sparc/namei_32.h deleted file mode 100644 index 0646102fb020..000000000000 --- a/include/asm-sparc/namei_32.h +++ /dev/null @@ -1,13 +0,0 @@ -/* - * linux/include/asm-sparc/namei.h - * - * Routines to handle famous /usr/gnemul/s*. - * Included from linux/fs/namei.c - */ - -#ifndef __SPARC_NAMEI_H -#define __SPARC_NAMEI_H - -#define __emul_prefix() NULL - -#endif /* __SPARC_NAMEI_H */ diff --git a/include/asm-sparc/namei_64.h b/include/asm-sparc/namei_64.h deleted file mode 100644 index cbc1b4c06891..000000000000 --- a/include/asm-sparc/namei_64.h +++ /dev/null @@ -1,13 +0,0 @@ -/* - * linux/include/asm-sparc64/namei.h - * - * Routines to handle famous /usr/gnemul/s*. - * Included from linux/fs/namei.c - */ - -#ifndef __SPARC64_NAMEI_H -#define __SPARC64_NAMEI_H - -#define __emul_prefix() NULL - -#endif /* __SPARC64_NAMEI_H */ |