Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

vfio: virqfd_lock can be static

parent 2f51bf4b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{