]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-h8300/semaphore.h
[NETFILTER]: nf_conntrack: EXPORT_SYMBOL cleanup
[linux-2.6-omap-h63xx.git] / include / asm-h8300 / semaphore.h
index fe6ef3774297ce03458185b2b0791fec57f78f51..81bae2a99192af8ed1747491f2af24929d8fd59a 100644 (file)
@@ -35,9 +35,6 @@ struct semaphore {
        .wait           = __WAIT_QUEUE_HEAD_INITIALIZER((name).wait)    \
 }
 
-#define __MUTEX_INITIALIZER(name) \
-       __SEMAPHORE_INITIALIZER(name,1)
-
 #define __DECLARE_SEMAPHORE_GENERIC(name,count) \
        struct semaphore name = __SEMAPHORE_INITIALIZER(name,count)