summaryrefslogtreecommitdiffstats
path: root/arch/mips/vr41xx/common/vrc4173.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2005-10-03 14:41:19 +0200
committerRalf Baechle <ralf@linux-mips.org>2005-10-29 20:32:35 +0200
commit2f69ddccb01632dfe5d0ef946ee99000463cd9c4 (patch)
tree92a4e77e077718d08c6733f7abe604ca0c132042 /arch/mips/vr41xx/common/vrc4173.c
parentDefine and initialize kdb_lock using DEFINE_SPINLOCK. (diff)
downloadlinux-2f69ddccb01632dfe5d0ef946ee99000463cd9c4.tar.xz
linux-2f69ddccb01632dfe5d0ef946ee99000463cd9c4.zip
Convert the remaining SPIN_LOCK_UNLOCKED instances to DEFINE_SPINLOCK.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/vr41xx/common/vrc4173.c')
-rw-r--r--arch/mips/vr41xx/common/vrc4173.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/vr41xx/common/vrc4173.c b/arch/mips/vr41xx/common/vrc4173.c
index ba58764ef8ea..462a9af30eef 100644
--- a/arch/mips/vr41xx/common/vrc4173.c
+++ b/arch/mips/vr41xx/common/vrc4173.c
@@ -81,8 +81,8 @@ EXPORT_SYMBOL(vrc4173_io_offset);
static int vrc4173_initialized;
static uint16_t vrc4173_cmuclkmsk;
static uint16_t vrc4173_selectreg;
-static spinlock_t vrc4173_cmu_lock;
-static spinlock_t vrc4173_giu_lock;
+static DEFINE_SPINLOCK(vrc4173_cmu_lock);
+static DEFINE_SPINLOCK(vrc4173_giu_lock);
static inline void set_cmusrst(uint16_t val)
{