From: Roland Dreier Date: Sat, 16 Dec 2006 04:55:28 +0000 (-0800) Subject: IB/mthca: Use DEFINE_MUTEX() instead of mutex_init() X-Git-Tag: v2.6.20-rc2~122^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b0df6f2079e731c44226a0673b07a166509a5de;p=pandora-kernel.git IB/mthca: Use DEFINE_MUTEX() instead of mutex_init() mthca_device_mutex() can be initialized automatically with DEFINE_MUTEX() rather than explicitly calling mutex_init(). This saves a bit of text and shrinks the source by a line, so we may as well do it.... Signed-off-by: Roland Dreier --- Reading git-diff-tree failed