mailbox: omap: Remove unneeded header omap-mailbox.h
authorAndrew Davis <afd@ti.com>
Wed, 10 Apr 2024 13:59:34 +0000 (08:59 -0500)
committerJassi Brar <jassisinghbrar@gmail.com>
Mon, 20 May 2024 03:29:44 +0000 (22:29 -0500)
commit8aa4a34d740cafa408032c76caa37ab8a45d8c96
tree11da8b6048477d3da6efee996ec5158645c0399e
parente9eceec61a3e064e75c8c5db75a03c3b1318bdd4
mailbox: omap: Remove unneeded header omap-mailbox.h

The type of message sent using omap-mailbox is always u32. The definition
of mbox_msg_t is uintptr_t which is wrong as that type changes based on
the architecture (32bit vs 64bit). This type should have been defined as
u32. Instead of making that change here, simply remove the header usage
and fix the last couple users of the same in this driver.

Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
drivers/mailbox/omap-mailbox.c