aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-v850/semaphore.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-v850/semaphore.h')
-rw-r--r--include/asm-v850/semaphore.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-v850/semaphore.h b/include/asm-v850/semaphore.h
index 735baaf3a16e..10ed0ccf37df 100644
--- a/include/asm-v850/semaphore.h
+++ b/include/asm-v850/semaphore.h
@@ -22,7 +22,6 @@ struct semaphore {
22 struct semaphore name = __SEMAPHORE_INITIALIZER (name,count) 22 struct semaphore name = __SEMAPHORE_INITIALIZER (name,count)
23 23
24#define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC (name,1) 24#define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC (name,1)
25#define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC (name,0)
26 25
27static inline void sema_init (struct semaphore *sem, int val) 26static inline void sema_init (struct semaphore *sem, int val)
28{ 27{