aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/semaphore.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/semaphore.h')
-rw-r--r--include/asm-x86/semaphore.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/asm-x86/semaphore.h b/include/asm-x86/semaphore.h
index 572c0b67a6b0..d9b2034ed1d2 100644
--- a/include/asm-x86/semaphore.h
+++ b/include/asm-x86/semaphore.h
@@ -1,5 +1 @@
-#ifdef CONFIG_X86_32
-# include "semaphore_32.h"
-#else
-# include "semaphore_64.h"
-#endif
+#include <linux/semaphore.h>