vfio: virqfd_lock can be static
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Reviewed-by: Eric Auger <eric.auger@linaro.org> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
This commit is contained in:
parent
2f51bf4be9
commit
66fdc052d7
@ -16,7 +16,7 @@
|
||||
#include <linux/slab.h>
|
||||
|
||||
static struct workqueue_struct *vfio_irqfd_cleanup_wq;
|
||||
DEFINE_SPINLOCK(virqfd_lock);
|
||||
static DEFINE_SPINLOCK(virqfd_lock);
|
||||
|
||||
int __init vfio_virqfd_init(void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user