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>
This commit is contained in:
Dr. David Alan Gilbert 2025-04-30 01:36:23 +01:00 committed by Greg Kroah-Hartman
parent 09f9adbcea
commit 97e72c1e0c

View File

@ -16,8 +16,6 @@
#include "acrn_drv.h" #include "acrn_drv.h"
static LIST_HEAD(acrn_irqfd_clients);
/** /**
* struct hsm_irqfd - Properties of HSM irqfd * struct hsm_irqfd - Properties of HSM irqfd
* @vm: Associated VM pointer * @vm: Associated VM pointer