Convert the remaining SPIN_LOCK_UNLOCKED instances to DEFINE_SPINLOCK.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
volatile unsigned long *const vrc_pciregs = (void *) Vrc5074_BASE;
|
||||
|
||||
static spinlock_t nile4_pci_lock;
|
||||
static DEFINE_SPINLOCK(nile4_pci_lock);
|
||||
|
||||
static int nile4_pcibios_config_access(unsigned char access_type,
|
||||
struct pci_bus *bus, unsigned int devfn, int where, u32 * val)
|
||||
|
Reference in New Issue
Block a user