aboutsummaryrefslogtreecommitdiff
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-h8300/semaphore.h b/include/asm-h8300/semaphore.h
index 81bae2a9919..f3ffff83ff0 100644
--- a/include/asm-h8300/semaphore.h
+++ b/include/asm-h8300/semaphore.h
@@ -39,7 +39,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)
{