Skip to content

Commit

Permalink
virt: acrn: Remove unsued acrn_irqfds_mutex.
Browse files Browse the repository at this point in the history
acrn_irqfds_mutex is not used, never was.

Remove acrn_irqfds_mutex.

Fixes: aa3b483 ("virt: acrn: Introduce irqfd")
Cc: Fei Li <fei1.li@intel.com>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
  • Loading branch information
Sebastian Andrzej Siewior committed Sep 13, 2021
1 parent 8ec6377 commit beee436
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/virt/acrn/irqfd.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include "acrn_drv.h"

static LIST_HEAD(acrn_irqfd_clients);
static DEFINE_MUTEX(acrn_irqfds_mutex);

/**
* struct hsm_irqfd - Properties of HSM irqfd
Expand Down

0 comments on commit beee436

Please sign in to comment.