MIPS: Make various locks static.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle
2010-02-27 12:53:30 +01:00
parent 559e25a5e3
commit 4a8a738de6
9 changed files with 9 additions and 9 deletions

View File

@@ -46,7 +46,7 @@
* There is no default value -- it has to be initialized.
*/
u16 cached_kn01_csr;
DEFINE_SPINLOCK(kn01_lock);
static DEFINE_SPINLOCK(kn01_lock);
static inline void dec_kn01_be_ack(void)