Commit 66fdc052 authored by kbuild test robot's avatar kbuild test robot Committed by Alex Williamson

vfio: virqfd_lock can be static

Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Reviewed-by: default avatarEric Auger <eric.auger@linaro.org>
Signed-off-by: default avatarAlex Williamson <alex.williamson@redhat.com>
parent 2f51bf4b
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment