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

@@ -206,7 +206,7 @@ static void pci_proc_init(void)
}
#endif /* CONFIG_PROC_FS && PCI_COUNTERS */
DEFINE_SPINLOCK(bpci_lock);
static DEFINE_SPINLOCK(bpci_lock);
/*****************************************************************************
*