[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250430003623.313541-1-linux@treblig.org>
Date: Wed, 30 Apr 2025 01:36:23 +0100
From: linux@...blig.org
To: gregkh@...uxfoundation.org,
tglx@...utronix.de,
fei1.li@...el.com
Cc: linux-kernel@...r.kernel.org,
"Dr. David Alan Gilbert" <linux@...blig.org>
Subject: [REPOST PATCH] virt: acrn: Remove unused list 'acrn_irqfd_clients'
From: "Dr. David Alan Gilbert" <linux@...blig.org>
It doesn't look like this was ever used.
Build tested only.
Signed-off-by: Dr. David Alan Gilbert <linux@...blig.org>
Acked-by: Fei Li <fei1.li@...el.com>
---
This is a repost of the patch originally posted last in May
last year as id 20240504174725.93495-1-linux@...blig.org and
Ack'd by Fei Li on 20th May, in Zkq183IzBA6cV9FE@...islifei-OptiPlex-7090
No one picked it up.
(Fixed one typo in the subject line)
drivers/virt/acrn/irqfd.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/virt/acrn/irqfd.c b/drivers/virt/acrn/irqfd.c
index b7da24ca1475..64d32c8fbf79 100644
--- a/drivers/virt/acrn/irqfd.c
+++ b/drivers/virt/acrn/irqfd.c
@@ -16,8 +16,6 @@
#include "acrn_drv.h"
-static LIST_HEAD(acrn_irqfd_clients);
-
/**
* struct hsm_irqfd - Properties of HSM irqfd
* @vm: Associated VM pointer
--
2.49.0
Powered by blists - more mailing lists