Commit 4f929d08 authored by Leonard Crestez's avatar Leonard Crestez Committed by Shawn Guo
Browse files

firmware: imx: Remove IMX_SC_RPC_SVC_ABORT



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: default avatarLeonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent e391b24d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@ enum imx_sc_rpc_svc {
	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 {