projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5305d2
)
accel/habanalabs: remove unused field
author
Oded Gabbay
<ogabbay@kernel.org>
Thu, 21 Sep 2023 12:10:36 +0000
(15:10 +0300)
committer
Oded Gabbay
<ogabbay@kernel.org>
Mon, 9 Oct 2023 09:37:23 +0000
(12:37 +0300)
flags in struct wait_interrupt_data is not used anywhere so remove it.
Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
Reviewed-by: Ofir Bitton <obitton@habana.ai>
drivers/accel/habanalabs/common/command_submission.c
patch
|
blob
|
history
diff --git
a/drivers/accel/habanalabs/common/command_submission.c
b/drivers/accel/habanalabs/common/command_submission.c
index 751d2c7d3fb8610482ac519033839ce821dddb1f..e5ca490b7fcad763dc8bf38f42a77eaeb5e836d2 100644
(file)
--- a/
drivers/accel/habanalabs/common/command_submission.c
+++ b/
drivers/accel/habanalabs/common/command_submission.c
@@
-47,7
+47,6
@@
struct wait_interrupt_data {
u64 cq_offset;
u64 target_value;
u64 intr_timeout_us;
- unsigned long flags;
};
static void job_wq_completion(struct work_struct *work);