[PATCH] semaphore: Remove __MUTEX_INITIALIZER()
commit727a53bd535fe3bde644ac346db27456ad964083
authorArthur Othieno <a.othieno@bluewin.ch>
Sun, 30 Oct 2005 23:03:14 +0000 (30 15:03 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 31 Oct 2005 01:37:27 +0000 (30 17:37 -0800)
tree5dddcea38f3dd417311b1bcbf5692ad2aebe8c7e
parentd269cdd0e22ef22f7f597ea917b1e8bdc6999fcb
[PATCH] semaphore: Remove __MUTEX_INITIALIZER()

__MUTEX_INITIALIZER() has no users, and equates to the more commonly used
DECLARE_MUTEX(), thus making it pretty much redundant.  Remove it for good.

Signed-off-by: Arthur Othieno <a.othieno@bluewin.ch>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
23 files changed:
include/asm-alpha/semaphore.h
include/asm-arm/semaphore.h
include/asm-arm26/semaphore.h
include/asm-cris/semaphore.h
include/asm-frv/semaphore.h
include/asm-h8300/semaphore.h
include/asm-i386/semaphore.h
include/asm-ia64/semaphore.h
include/asm-m32r/semaphore.h
include/asm-m68k/semaphore.h
include/asm-m68knommu/semaphore.h
include/asm-mips/semaphore.h
include/asm-parisc/semaphore.h
include/asm-ppc/semaphore.h
include/asm-ppc64/semaphore.h
include/asm-s390/semaphore.h
include/asm-sh/semaphore.h
include/asm-sh64/semaphore.h
include/asm-sparc/semaphore.h
include/asm-sparc64/semaphore.h
include/asm-v850/semaphore.h
include/asm-x86_64/semaphore.h
include/asm-xtensa/semaphore.h