projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
612fcfd
)
dmaengine: idxd: Remove unused struct idxd_fault
author
Yuan Can
<yuancan@huawei.com>
Wed, 28 Sep 2022 01:47:47 +0000
(
01:47
+0000)
committer
Vinod Koul
<vkoul@kernel.org>
Thu, 29 Sep 2022 07:41:33 +0000
(13:11 +0530)
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>
drivers/dma/idxd/irq.c
patch
|
blob
|
history
diff --git
a/drivers/dma/idxd/irq.c
b/drivers/dma/idxd/irq.c
index 5927d371493c49497639c3518b7ed77aee1a2def..aa314ebec58783699fd8cd651fb0d5f54b37e25d 100644
(file)
--- 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;