X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-blackfin%2Fsemaphore.h;h=533f90fb2e4e6a99eb75d9077a1d860a3f3c4688;hb=740c15d0dd281c0cbe1a9ab1abc4f332e0df29bc;hp=94c04d7ab23e5efbf7080f97c0081a4c970f8a23;hpb=5b6b54982258c330247957a8d877b9851ac69d53;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-blackfin/semaphore.h b/include/asm-blackfin/semaphore.h index 94c04d7ab23..533f90fb2e4 100644 --- a/include/asm-blackfin/semaphore.h +++ b/include/asm-blackfin/semaphore.h @@ -35,7 +35,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) {