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