summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/namei.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips/namei.h')
-rw-r--r--include/asm-mips/namei.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-mips/namei.h b/include/asm-mips/namei.h
index 56dd5c690..eb895b003 100644
--- a/include/asm-mips/namei.h
+++ b/include/asm-mips/namei.h
@@ -2,6 +2,8 @@
* linux/include/asm-mips/namei.h
*
* Included from linux/fs/namei.c
+ *
+ * $Id: namei.h,v 1.6 1997/09/18 07:59:31 root Exp $
*/
#ifndef __ASM_MIPS_NAMEI_H
#define __ASM_MIPS_NAMEI_H
@@ -14,7 +16,6 @@
static inline struct dentry *
__mips_lookup_dentry(const char *name, int follow_link)
{
- int error;
struct dentry *base;
if (current->personality != PER_IRIX32)