mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-08-21 07:08:35 +00:00
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 <rolandd@cisco.com>