aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma
diff options
context:
space:
mode:
authorYuan Can <yuancan@huawei.com>2022-09-28 01:47:47 +0000
committerVinod Koul <vkoul@kernel.org>2022-09-29 13:11:33 +0530
commitd1083fd04302a95bc4dcf1c059537da87b39bd9a (patch)
treed6278fd0b6ee4f5315317e82e80f16205652fa0e /drivers/dma
parentdt-bindings: renesas,rcar-dmac: Add r8a779g0 support (diff)
downloadlinux-dev-d1083fd04302a95bc4dcf1c059537da87b39bd9a.tar.xz
linux-dev-d1083fd04302a95bc4dcf1c059537da87b39bd9a.zip
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')
-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;