aboutsummaryrefslogtreecommitdiff
path: root/include/asm-x86/errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/errno.h')
-rw-r--r--include/asm-x86/errno.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/include/asm-x86/errno.h b/include/asm-x86/errno.h
index 9d511be8e57..4c82b503d92 100644
--- a/include/asm-x86/errno.h
+++ b/include/asm-x86/errno.h
@@ -1,13 +1 @@
-#ifdef __KERNEL__
-# ifdef CONFIG_X86_32
-# include "errno_32.h"
-# else
-# include "errno_64.h"
-# endif
-#else
-# ifdef __i386__
-# include "errno_32.h"
-# else
-# include "errno_64.h"
-# endif
-#endif
+#include <asm-generic/errno.h>