diff mbox series

[3/3] remoteproc: omap: Remove unused header omap-mailbox.h

Message ID 20240325165808.31885-3-afd@ti.com (mailing list archive)
State New
Headers show
Series [1/3] remoteproc: k3-dsp: Fix usage of omap_mbox_message and mbox_msg_t | expand

Commit Message

Andrew Davis March 25, 2024, 4:58 p.m. UTC
This header no longer used, remove this include.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 drivers/remoteproc/omap_remoteproc.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/remoteproc/omap_remoteproc.c b/drivers/remoteproc/omap_remoteproc.c
index 8f50ab80e56f4..bde04e3e6d966 100644
--- a/drivers/remoteproc/omap_remoteproc.c
+++ b/drivers/remoteproc/omap_remoteproc.c
@@ -29,7 +29,6 @@ 
 #include <linux/remoteproc.h>
 #include <linux/mailbox_client.h>
 #include <linux/omap-iommu.h>
-#include <linux/omap-mailbox.h>
 #include <linux/regmap.h>
 #include <linux/mfd/syscon.h>
 #include <linux/reset.h>