diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-02-27 12:53:30 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-02-27 12:53:30 +0100 |
commit | 4a8a738de637dc7141de5228d2d722573a329b95 (patch) | |
tree | 20abde39e4697d5943dd83126ead21a9f4f8de85 /arch/mips/include | |
parent | 559e25a5e3efe60a22b7f96ea4ad2eb09d996e97 (diff) |
MIPS: Make various locks static.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include')
-rw-r--r-- | arch/mips/include/asm/dec/kn01.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/include/asm/dec/kn01.h b/arch/mips/include/asm/dec/kn01.h index 28fa717ac423..88d9ffd74258 100644 --- a/arch/mips/include/asm/dec/kn01.h +++ b/arch/mips/include/asm/dec/kn01.h @@ -80,7 +80,6 @@ struct pt_regs; extern u16 cached_kn01_csr; -extern spinlock_t kn01_lock; extern void dec_kn01_be_init(void); extern int dec_kn01_be_handler(struct pt_regs *regs, int is_fixup); |