Skip to content

Commit 97e72c1

Browse files
Dr. David Alan Gilbertgregkh
authored andcommitted
virt: acrn: Remove unused list 'acrn_irqfd_clients'
It doesn't look like this was ever used. Build tested only. Signed-off-by: "Dr. David Alan Gilbert" <linux@treblig.org> Acked-by: Fei Li <fei1.li@intel.com> Link: https://lore.kernel.org/r/20250430003623.313541-1-linux@treblig.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 09f9adb commit 97e72c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/virt/acrn/irqfd.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616

1717
#include "acrn_drv.h"
1818

19-
static LIST_HEAD(acrn_irqfd_clients);
20-
2119
/**
2220
* struct hsm_irqfd - Properties of HSM irqfd
2321
* @vm: Associated VM pointer

0 commit comments

Comments
 (0)