diff options
author | Andrew Davis <afd@ti.com> | 2024-04-10 16:59:31 +0300 |
---|---|---|
committer | Jassi Brar <jassisinghbrar@gmail.com> | 2024-05-20 06:29:43 +0300 |
commit | 6faf89a89f45f649afd0d081fa99add399582595 (patch) | |
tree | f7614e611d41d7e79635d34831b1250ffa0da3cd /include/linux/omap-mailbox.h | |
parent | 182ebe56742c3ffbdc724142a599fc5cf91542c7 (diff) | |
download | linux-6faf89a89f45f649afd0d081fa99add399582595.tar.xz |
mailbox: omap: Remove unused omap_mbox_request_channel() function
This function is not used, remove this function.
Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
Diffstat (limited to 'include/linux/omap-mailbox.h')
-rw-r--r-- | include/linux/omap-mailbox.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/omap-mailbox.h b/include/linux/omap-mailbox.h index 426a80fb32b5..f8ddf8e81416 100644 --- a/include/linux/omap-mailbox.h +++ b/include/linux/omap-mailbox.h @@ -14,10 +14,4 @@ typedef int __bitwise omap_mbox_irq_t; #define IRQ_TX ((__force omap_mbox_irq_t) 1) #define IRQ_RX ((__force omap_mbox_irq_t) 2) -struct mbox_chan; -struct mbox_client; - -struct mbox_chan *omap_mbox_request_channel(struct mbox_client *cl, - const char *chan_name); - #endif /* OMAP_MAILBOX_H */ |