Skip to content

Commit

Permalink
vfio: virqfd_lock can be static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
kbuild test robot authored and Alex Williamson committed Mar 17, 2015
1 parent 2f51bf4 commit 66fdc05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/vfio/virqfd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 66fdc05

Please sign in to comment.