diff mbox series

firmware: imx: Remove IMX_SC_RPC_SVC_ABORT

Message ID 08d91d4455f71c116644aec6b27b36fca32e038d.1582214035.git.leonard.crestez@nxp.com (mailing list archive)
State Accepted
Headers show
Series firmware: imx: Remove IMX_SC_RPC_SVC_ABORT | expand

Commit Message

Leonard Crestez Feb. 20, 2020, 3:56 p.m. UTC
This is not used by linux and not supported as part of imx SCU api, it
was added by mistake.

The constant value "9" has since been reassigned in firmware to a
different service.

Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
---
 include/linux/firmware/imx/ipc.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Shawn Guo Feb. 24, 2020, 6:46 a.m. UTC | #1
On Thu, Feb 20, 2020 at 05:56:49PM +0200, Leonard Crestez wrote:
> This is not used by linux and not supported as part of imx SCU api, it
> was added by mistake.
> 
> The constant value "9" has since been reassigned in firmware to a
> different service.
> 
> Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>

Applied, thanks.
diff mbox series

Patch

diff --git a/include/linux/firmware/imx/ipc.h b/include/linux/firmware/imx/ipc.h
index 6312c8cb084a..891057434858 100644
--- a/include/linux/firmware/imx/ipc.h
+++ b/include/linux/firmware/imx/ipc.h
@@ -23,11 +23,10 @@  enum imx_sc_rpc_svc {
 	IMX_SC_RPC_SVC_RM = 3,
 	IMX_SC_RPC_SVC_TIMER = 5,
 	IMX_SC_RPC_SVC_PAD = 6,
 	IMX_SC_RPC_SVC_MISC = 7,
 	IMX_SC_RPC_SVC_IRQ = 8,
-	IMX_SC_RPC_SVC_ABORT = 9
 };
 
 struct imx_sc_rpc_msg {
 	uint8_t ver;
 	uint8_t size;