Skip to content

Commit bafa582

Browse files
committed
dmaengine: sdxi: context: Remove unused cxt backpointer from sdxi_sq
Signed-off-by: Nathan Lynch <nathan.lynch@amd.com>
1 parent bdba24d commit bafa582

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/dma/sdxi/context.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ static inline u8 akey_table_order(const struct sdxi_akey_table *tbl)
3636

3737
/* Submission Queue */
3838
struct sdxi_sq {
39-
struct sdxi_cxt *cxt; /* owner */
40-
4139
u32 ring_entries;
4240
u32 ring_size;
4341
struct sdxi_desc *desc_ring;

0 commit comments

Comments
 (0)