mailbox: mtk-cmdq: remove cl in struct cmdq_pkt
authorChun-Kuang Hu <chunkuang.hu@kernel.org>
Sun, 9 Feb 2025 02:11:02 +0000 (02:11 +0000)
committerJassi Brar <jassisinghbrar@gmail.com>
Thu, 27 Mar 2025 01:58:24 +0000 (20:58 -0500)
commit98bbabbc12dce03da8473edd0bc8d7072d723769
tree2551cb2bda4020507f34991349116c122d336bfa
parent4701f33a10702d5fc577c32434eb62adde0a1ae1
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>
include/linux/mailbox/mtk-cmdq-mailbox.h