aboutsummaryrefslogtreecommitdiff
path: root/include/asm-x86/semaphore_32.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/semaphore_32.h')
-rw-r--r--include/asm-x86/semaphore_32.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-x86/semaphore_32.h b/include/asm-x86/semaphore_32.h
index 4e34a468c38..835c1d751a9 100644
--- a/include/asm-x86/semaphore_32.h
+++ b/include/asm-x86/semaphore_32.h
@@ -59,7 +59,6 @@ struct semaphore {
struct semaphore name = __SEMAPHORE_INITIALIZER(name,count)
#define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name,1)
-#define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC(name,0)
static inline void sema_init (struct semaphore *sem, int val)
{