|
@@ -63,7 +63,7 @@ volatile void __iomem * const ocd_base = (void *) (EXCITE_ADDR_OCD);
|
|
volatile void __iomem * const titan_base = (void *) (EXCITE_ADDR_TITAN);
|
|
volatile void __iomem * const titan_base = (void *) (EXCITE_ADDR_TITAN);
|
|
|
|
|
|
/* Protect access to shared GPI registers */
|
|
/* Protect access to shared GPI registers */
|
|
-spinlock_t titan_lock = SPIN_LOCK_UNLOCKED;
|
|
|
|
|
|
+DEFINE_SPINLOCK(titan_lock);
|
|
int titan_irqflags;
|
|
int titan_irqflags;
|
|
|
|
|
|
|
|
|