Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 820c229f authored by Milind Arun Choudhary's avatar Milind Arun Choudhary Committed by Ralf Baechle
Browse files

[MIPS] Use DEFINE_SPINLOCK instead of SPIN_LOCK_UNLOCKED.

parent a4c9bb7d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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;