Commit e5873f6b authored by Oded Gabbay's avatar Oded Gabbay

accel/habanalabs: remove unused field

flags in struct wait_interrupt_data is not used anywhere so remove it.
Signed-off-by: default avatarOded Gabbay <ogabbay@kernel.org>
Reviewed-by: default avatarOfir Bitton <obitton@habana.ai>
parent b5305d23
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment