]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-alpha/semaphore.h
SUNRPC: fewer conditionals in the format_ip_address routines
[linux-2.6-omap-h63xx.git] / include / asm-alpha / semaphore.h
index 1a6295f2c2d43ddf0cdee488a6585a6ea225f1f0..f1e9278a9fe22aeb149665bdcbe39d4aaefbed16 100644 (file)
@@ -30,7 +30,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)
 {