]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
mailbox: Remove mailbox_client.h from controller drivers
authorPeng Fan <peng.fan@nxp.com>
Wed, 28 Jan 2026 12:32:10 +0000 (20:32 +0800)
committerJassi Brar <jassisinghbrar@gmail.com>
Mon, 2 Feb 2026 00:48:01 +0000 (18:48 -0600)
commit60436eb0d618717c7f51eae2e4e9245abeae349c
tree0b61ba70b72c6a8cc856df3ba83df3f687ff3116
parent66e4442966172ed0eaec9b95a72d570e8f6aadc7
mailbox: Remove mailbox_client.h from controller drivers

mailbox_client.h should be used by mailbox consumer drivers, not mailbox
controller (provider) drivers. The affected drivers do not use any mailbox
client APIs, so the include can be safely removed.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Sudeep Holla <sudeep.holla@kernel.org>
Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
drivers/mailbox/bcm-flexrm-mailbox.c
drivers/mailbox/cv1800-mailbox.c
drivers/mailbox/omap-mailbox.c