aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm26/semaphore.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm26/semaphore.h')
-rw-r--r--include/asm-arm26/semaphore.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-arm26/semaphore.h b/include/asm-arm26/semaphore.h
index c1b6a1edad92..ccf15e704109 100644
--- a/include/asm-arm26/semaphore.h
+++ b/include/asm-arm26/semaphore.h
@@ -25,9 +25,6 @@ struct semaphore {
.wait = __WAIT_QUEUE_HEAD_INITIALIZER((name).wait), \
}
-#define __MUTEX_INITIALIZER(name) \
- __SEMAPHORE_INIT(name,1)
-
#define __DECLARE_SEMAPHORE_GENERIC(name,count) \
struct semaphore name = __SEMAPHORE_INIT(name,count)