X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-v850%2Fsemaphore.h;h=10ed0ccf37dfa5a503798d523fc36dd5d1b53810;hb=cc1bf182bb8451a036a7c227f0a95a0416c4736e;hp=735baaf3a16e8fe7478f8307a10be49f1c6a7a09;hpb=2f67bdb23d74a6c6fd4f98f64239c5c34d1833cc;p=linux-2.6 diff --git a/include/asm-v850/semaphore.h b/include/asm-v850/semaphore.h index 735baaf3a1..10ed0ccf37 100644 --- a/include/asm-v850/semaphore.h +++ b/include/asm-v850/semaphore.h @@ -22,7 +22,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) {