Since fault processing code has been removed, struct idxd_fault is not used any more and can be removed as well. Fixes: commit 0e96454ca26c ("dmaengine: idxd: remove fault processing code") Signed-off-by: Yuan Can <yuancan@xxxxxxxxxx> --- drivers/dma/idxd/irq.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/drivers/dma/idxd/irq.c b/drivers/dma/idxd/irq.c index 5b9921475be6..6dc299182933 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; -- 2.17.1