x86: consolidate header guards
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / asm-x86 / namei.h
index 732f8f0b3dcdf12b9f1d1fd1902af6ea617edbf8..6e5de58c10cc302541230d0955ebbe5767b10a77 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 */