Merge to Fedora kernel-2.6.18-1.2224_FC5 patched with stable patch-2.6.18.1-vs2.0...
[linux-2.6.git] / net / tux / mod.c
index e3e192d..fc52566 100644 (file)
@@ -26,7 +26,7 @@
  *
  ****************************************************************/
 
-spinlock_t tuxmodules_lock = SPIN_LOCK_UNLOCKED;
+DEFINE_SPINLOCK(tuxmodules_lock);
 static LIST_HEAD(tuxmodules_list);
 
 tcapi_template_t * get_first_usermodule (void)