aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/au1000/common
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/au1000/common')
-rw-r--r--arch/mips/au1000/common/dbdma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/au1000/common/dbdma.c b/arch/mips/au1000/common/dbdma.c
index 80d241b9c6f4..a5a6709637e0 100644
--- a/arch/mips/au1000/common/dbdma.c
+++ b/arch/mips/au1000/common/dbdma.c
@@ -58,7 +58,7 @@
58 * functions. The drivers allocate the data buffers and assign them 58 * functions. The drivers allocate the data buffers and assign them
59 * to the descriptors. 59 * to the descriptors.
60 */ 60 */
61static spinlock_t au1xxx_dbdma_spin_lock = SPIN_LOCK_UNLOCKED; 61static DEFINE_SPINLOCK(au1xxx_dbdma_spin_lock);
62 62
63/* I couldn't find a macro that did this...... 63/* I couldn't find a macro that did this......
64*/ 64*/