From: Arthur Othieno Date: Sun, 30 Oct 2005 23:03:14 +0000 (-0800) Subject: [PATCH] semaphore: Remove __MUTEX_INITIALIZER() X-Git-Tag: v2.6.15-rc1~59^2~15^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=727a53bd535fe3bde644ac346db27456ad964083;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed