]> git.ipfire.org Git - thirdparty/linux.git/commit
mailbox: remove superfluous internal header
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Fri, 27 Mar 2026 15:10:21 +0000 (16:10 +0100)
committerJassi Brar <jassisinghbrar@gmail.com>
Sun, 29 Mar 2026 16:07:26 +0000 (11:07 -0500)
commit89e5d7d616009e5fada5da081b1d79cdd59150ab
tree1b2944f52b301d93c0ae3f02a24a22fae87e3e0d
parentd81e6703b8f12bbb885967933d1730600bce02c7
mailbox: remove superfluous internal header

Quite some controller drivers use the defines from the internal header
already. This prevents controller drivers outside the mailbox directory.
Move the defines to the public controller header to allow this again as
the defines are not strictly internal anyhow.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Sudeep Holla <sudeep.holla@kernel.org>
Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
drivers/mailbox/cix-mailbox.c
drivers/mailbox/hi3660-mailbox.c
drivers/mailbox/imx-mailbox.c
drivers/mailbox/mailbox-sti.c
drivers/mailbox/mailbox.c
drivers/mailbox/mailbox.h [deleted file]
drivers/mailbox/omap-mailbox.c
drivers/mailbox/pcc.c
drivers/mailbox/tegra-hsp.c
include/linux/mailbox_controller.h