]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
mailbox: prefix new constants with MBOX_
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Fri, 10 Apr 2026 12:49:12 +0000 (14:49 +0200)
committerJassi Brar <jassisinghbrar@gmail.com>
Mon, 13 Apr 2026 01:04:17 +0000 (20:04 -0500)
commit0bd75b7abafb3ed199df830c539c57ef9b62c2a2
tree01d43a6a23366e3118bf373d9c2be6ed5a9193d5
parent220045247712ddfda1fcedfa61e91dae24e63bcf
mailbox: prefix new constants with MBOX_

Commit 89e5d7d61600 ("mailbox: remove superfluous internal header")
moved some constants to a public header but forgot to add a mailbox
specific prefix. Add this now to prevent future collisions on a too
generic naming.

Link: https://sashiko.dev/#/patchset/20260327151112.5202-2-wsa%2Brenesas%40sang-engineering.com
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Sudeep Holla <sudeep.holla@kernel.org>
Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
drivers/mailbox/cix-mailbox.c
drivers/mailbox/imx-mailbox.c
drivers/mailbox/mailbox.c
drivers/mailbox/mtk-cmdq-mailbox.c
drivers/mailbox/omap-mailbox.c
drivers/mailbox/tegra-hsp.c
include/linux/mailbox_controller.h