X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-sh64%2Fsemaphore.h;h=f027cc14b55bc96a59b6935d76cd5f9d8beee1b3;hb=d12dbbfe948c89156ad1b0fe7c808ba4d6f00bc2;hp=4695264591495d4d7364a89e9cfdefd8c1b0c760;hpb=7079060f3e86ea4c1d4e9c1e356592ef9dcaaa1f;p=linux-2.6 diff --git a/include/asm-sh64/semaphore.h b/include/asm-sh64/semaphore.h index 4695264591..f027cc14b5 100644 --- a/include/asm-sh64/semaphore.h +++ b/include/asm-sh64/semaphore.h @@ -44,7 +44,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) {