diff options
Diffstat (limited to 'include/asm-x86/xor.h')
-rw-r--r-- | include/asm-x86/xor.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-x86/xor.h b/include/asm-x86/xor.h deleted file mode 100644 index 11b3bb86e17..00000000000 --- a/include/asm-x86/xor.h +++ /dev/null @@ -1,5 +0,0 @@ -#ifdef CONFIG_X86_32 -# include "xor_32.h" -#else -# include "xor_64.h" -#endif |