]> git.dujemihanovic.xyz Git - linux.git/commit
mailbox: omap: Move omap_mbox_irq_t into driver
authorAndrew Davis <afd@ti.com>
Wed, 10 Apr 2024 13:59:32 +0000 (08:59 -0500)
committerJassi Brar <jassisinghbrar@gmail.com>
Mon, 20 May 2024 03:29:43 +0000 (22:29 -0500)
commit6979e8be50af143a373bf5905a176434a5880ca4
treed2d043c050085bb21034865117016efb8fc4052c
parent6faf89a89f45f649afd0d081fa99add399582595
mailbox: omap: Move omap_mbox_irq_t into driver

This is only used internal to the driver, move it out of the
public header and into the driver file. While we are here,
this is not used as a bitwise, so drop that and make it a
simple enum type.

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