aboutsummaryrefslogtreecommitdiffstats
path: root/include/compat/linux/semaphore.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/compat/linux/semaphore.h')
-rwxr-xr-xinclude/compat/linux/semaphore.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/compat/linux/semaphore.h b/include/compat/linux/semaphore.h
deleted file mode 100755
index 78af4db..0000000
--- a/include/compat/linux/semaphore.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef _COMPAT_LINUX_SEMAPHORE_H
-#define _COMPAT_LINUX_SEMAPHORE_H 1
-
-#include <linux/version.h>
-
-#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,25))
-#include_next <linux/semaphore.h>
-#else
-#include <asm/semaphore.h>
-#endif /* (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,25)) */
-
-#endif /* _COMPAT_LINUX_SEMAPHORE_H */