cbus: tahvo: Fix build breakage caused by deprecated initializer removal
authorJarkko Nikula <jhnikula@gmail.com>
Mon, 18 Apr 2011 19:21:30 +0000 (19:21 +0000)
committerTony Lindgren <tony@atomide.com>
Tue, 19 Apr 2011 06:44:07 +0000 (23:44 -0700)
Use DEFINE_SPINLOCK() for static spinlock initialization as the commit
d04fa5a "locking: Remove deprecated lock initializers" removes the
deprecated SPIN_LOCK_UNLOCKED. Since tahvo_lock is not used elsewhere than
tahvo.c it can be removed from tahvo.h too.

Signed-off-by: Jarkko Nikula <jhnikula@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found