]> err.no Git - linux-2.6/blobdiff - include/asm-x86/namei.h
[ARM] 4650/1: AT91: New-style init of I2C, support for i2c-gpio
[linux-2.6] / include / asm-x86 / namei.h
index 732f8f0b3dcdf12b9f1d1fd1902af6ea617edbf8..415ef5d9550e5cac77de2fd7beb6493f197bea13 100644 (file)
@@ -1,5 +1,11 @@
-#ifdef CONFIG_X86_32
-# include "namei_32.h"
-#else
-# include "namei_64.h"
-#endif
+#ifndef _ASM_X86_NAMEI_H
+#define _ASM_X86_NAMEI_H
+
+/* This dummy routine maybe changed to something useful
+ * for /usr/gnemul/ emulation stuff.
+ * Look at asm-sparc/namei.h for details.
+ */
+
+#define __emul_prefix() NULL
+
+#endif /* _ASM_X86_NAMEI_H */