summaryrefslogtreecommitdiff
path: root/drivers/dma/idxd
diff options
context:
space:
mode:
authorYuan Can <yuancan@huawei.com>2022-09-28 04:47:47 +0300
committerVinod Koul <vkoul@kernel.org>2022-09-29 10:41:33 +0300
commitd1083fd04302a95bc4dcf1c059537da87b39bd9a (patch)
treed6278fd0b6ee4f5315317e82e80f16205652fa0e /drivers/dma/idxd
parent612fcfdd1a7ccb1968052250f2622de0bdcd513b (diff)
downloadlinux-d1083fd04302a95bc4dcf1c059537da87b39bd9a.tar.xz
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 <yuancan@huawei.com> Link: https://lore.kernel.org/r/20220928014747.106808-1-yuancan@huawei.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma/idxd')
-rw-r--r--drivers/dma/idxd/irq.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/dma/idxd/irq.c b/drivers/dma/idxd/irq.c
index 5927d371493c..aa314ebec587 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;