linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / drivers / rapidio / rio-access.c
index 8b56bbd..b9fab2a 100644 (file)
@@ -17,8 +17,8 @@
  * These interrupt-safe spinlocks protect all accesses to RIO
  * configuration space and doorbell access.
  */
-static DEFINE_SPINLOCK(rio_config_lock);
-static DEFINE_SPINLOCK(rio_doorbell_lock);
+static spinlock_t rio_config_lock = SPIN_LOCK_UNLOCKED;
+static spinlock_t rio_doorbell_lock = SPIN_LOCK_UNLOCKED;
 
 /*
  *  Wrappers for all RIO configuration access functions.  They just check