summaryrefslogtreecommitdiff
path: root/arch/mips/vr41xx/common/cmu.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2005-10-03 12:41:19 (GMT)
committerRalf Baechle <ralf@linux-mips.org>2005-10-29 18:32:35 (GMT)
commit2f69ddccb01632dfe5d0ef946ee99000463cd9c4 (patch)
tree92a4e77e077718d08c6733f7abe604ca0c132042 /arch/mips/vr41xx/common/cmu.c
parent57468af3267bfb89391f9c607a9637e86e55d299 (diff)
downloadlinux-fsl-qoriq-2f69ddccb01632dfe5d0ef946ee99000463cd9c4.tar.xz
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/cmu.c')
-rw-r--r--arch/mips/vr41xx/common/cmu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/vr41xx/common/cmu.c b/arch/mips/vr41xx/common/cmu.c
index fcd3cb8..d758e43 100644
--- a/arch/mips/vr41xx/common/cmu.c
+++ b/arch/mips/vr41xx/common/cmu.c
@@ -69,7 +69,7 @@
static void __iomem *cmu_base;
static uint16_t cmuclkmsk, cmuclkmsk2;
-static spinlock_t cmu_lock;
+static DEFINE_SPINLOCK(cmu_lock);
#define cmu_read(offset) readw(cmu_base + (offset))
#define cmu_write(offset, value) writew((value), cmu_base + (offset))