X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-cris%2Fsemaphore.h;h=31a4ac448195e640931b58eb4cc8089079b9605f;hb=fe2520094d88018423dfc42b3cd0015f74e8adea;hp=53f548b791c18ebb8456c1b593a0f38b95e557cb;hpb=89de09a9ba9ce293228b1f1aa3c68b5af33a70ce;p=linux-2.6 diff --git a/include/asm-cris/semaphore.h b/include/asm-cris/semaphore.h index 53f548b791..31a4ac4481 100644 --- a/include/asm-cris/semaphore.h +++ b/include/asm-cris/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) {