Skip to content

Commit e5873f6

Browse files
committed
accel/habanalabs: remove unused field
flags in struct wait_interrupt_data is not used anywhere so remove it. Signed-off-by: Oded Gabbay <[email protected]> Reviewed-by: Ofir Bitton <[email protected]>
1 parent b5305d2 commit e5873f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/accel/habanalabs/common/command_submission.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ struct wait_interrupt_data {
4747
u64 cq_offset;
4848
u64 target_value;
4949
u64 intr_timeout_us;
50-
unsigned long flags;
5150
};
5251

5352
static void job_wq_completion(struct work_struct *work);

0 commit comments

Comments
 (0)