From: Yuan Can Date: Wed, 28 Sep 2022 01:47:47 +0000 (+0000) Subject: dmaengine: idxd: Remove unused struct idxd_fault X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d1083fd04302a95bc4dcf1c059537da87b39bd9a;p=linux.git dmaengine: idxd: Remove unused struct idxd_fault Since fault processing code has been removed, struct idxd_fault is not used any more and can be removed as well. Signed-off-by: Yuan Can Link: https://lore.kernel.org/r/20220928014747.106808-1-yuancan@huawei.com Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/idxd/irq.c b/drivers/dma/idxd/irq.c index 5927d371493c4..aa314ebec5878 100644 --- a/drivers/dma/idxd/irq.c +++ b/drivers/dma/idxd/irq.c @@ -17,12 +17,6 @@ enum irq_work_type { IRQ_WORK_PROCESS_FAULT, }; -struct idxd_fault { - struct work_struct work; - u64 addr; - struct idxd_device *idxd; -}; - struct idxd_resubmit { struct work_struct work; struct idxd_desc *desc;