mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-26 12:09:41 +07:00
staging: vchiq_core: make local spinlock static
The quota_spinlock is only local. So make it static. Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b19dae1d2f
commit
9431667382
@ -90,7 +90,7 @@ static atomic_t pause_bulks_count = ATOMIC_INIT(0);
|
||||
|
||||
static DEFINE_SPINLOCK(service_spinlock);
|
||||
DEFINE_SPINLOCK(bulk_waiter_spinlock);
|
||||
DEFINE_SPINLOCK(quota_spinlock);
|
||||
static DEFINE_SPINLOCK(quota_spinlock);
|
||||
|
||||
VCHIQ_STATE_T *vchiq_states[VCHIQ_MAX_STATES];
|
||||
static unsigned int handle_seq;
|
||||
|
Loading…
Reference in New Issue
Block a user