Skip to content

Commit 4f929d0

Browse files
cdleonardShawn Guo
authored andcommitted
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: Leonard Crestez <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent e391b24 commit 4f929d0

File tree

1 file changed

+0
-1
lines changed
  • include/linux/firmware/imx

1 file changed

+0
-1
lines changed

include/linux/firmware/imx/ipc.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ enum imx_sc_rpc_svc {
2525
IMX_SC_RPC_SVC_PAD = 6,
2626
IMX_SC_RPC_SVC_MISC = 7,
2727
IMX_SC_RPC_SVC_IRQ = 8,
28-
IMX_SC_RPC_SVC_ABORT = 9
2928
};
3029

3130
struct imx_sc_rpc_msg {

0 commit comments

Comments
 (0)