mailbox: mtk-cmdq: Remove proprietary cmdq_task_cb
authorChun-Kuang Hu <chunkuang.hu@kernel.org>
Wed, 8 Jun 2022 14:40:55 +0000 (22:40 +0800)
committerJassi Brar <jaswinder.singh@linaro.org>
Tue, 2 Aug 2022 20:06:57 +0000 (15:06 -0500)
commitd9c26e0a58b0039d1ad4340d826fe8db866e9455
tree7f4ab1e6820d11d48712ec50f48edca8d475d02b
parente0dccc3b76fb35bb257b4118367a883073d7390e
mailbox: mtk-cmdq: Remove proprietary cmdq_task_cb

rx_callback is a standard mailbox callback mechanism and could cover the
function of proprietary cmdq_task_cb, so use the standard one instead of
the proprietary one. Client driver has changed to use standard
rx_callback, so remove proprietary cmdq_task_cb.

Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
drivers/mailbox/mtk-cmdq-mailbox.c
include/linux/mailbox/mtk-cmdq-mailbox.h