Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Yuan Can and committed by
Vinod Koul
d1083fd0 612fcfdd

-6
-6
drivers/dma/idxd/irq.c
··· 17 17 IRQ_WORK_PROCESS_FAULT, 18 18 }; 19 19 20 - struct idxd_fault { 21 - struct work_struct work; 22 - u64 addr; 23 - struct idxd_device *idxd; 24 - }; 25 - 26 20 struct idxd_resubmit { 27 21 struct work_struct work; 28 22 struct idxd_desc *desc;