From: Yuan Can <yuancan@huawei.com>
To: <fenghua.yu@intel.com>, <dave.jiang@intel.com>,
<vkoul@kernel.org>, <dmaengine@vger.kernel.org>
Cc: <yuancan@huawei.com>
Subject: [PATCH RESEND] dmaengine: idxd: Remove unused struct idxd_fault
Date: Wed, 28 Sep 2022 01:47:47 +0000 [thread overview]
Message-ID: <20220928014747.106808-1-yuancan@huawei.com> (raw)
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@huawei.com>
---
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
next reply other threads:[~2022-09-28 1:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-28 1:47 Yuan Can [this message]
2022-09-29 7:42 ` [PATCH RESEND] dmaengine: idxd: Remove unused struct idxd_fault Vinod Koul
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220928014747.106808-1-yuancan@huawei.com \
--to=yuancan@huawei.com \
--cc=dave.jiang@intel.com \
--cc=dmaengine@vger.kernel.org \
--cc=fenghua.yu@intel.com \
--cc=vkoul@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox