Skip to content

Commit 98bbabb

Browse files
Chun-Kuang HuJassi Brar
authored andcommitted
mailbox: mtk-cmdq: remove cl in struct cmdq_pkt
Every client driver has the struct cmdq_client information, so it's not necessary to store it in struct cmdq_pkt. cl is used to store struct cmdq_client information and now no client driver use it, so remove it. Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org> Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
1 parent 4701f33 commit 98bbabb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/linux/mailbox/mtk-cmdq-mailbox.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ struct cmdq_pkt {
7575
dma_addr_t pa_base;
7676
size_t cmd_buf_size; /* command occupied size */
7777
size_t buf_size; /* real buffer size */
78-
void *cl;
7978
};
8079

8180
u8 cmdq_get_shift_pa(struct mbox_chan *chan);

0 commit comments

Comments
 (0)