Skip to content

Commit

Permalink
firmware: imx: Remove IMX_SC_RPC_SVC_ABORT
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
  • Loading branch information
Leonard Crestez authored and Shawn Guo committed Feb 24, 2020
1 parent e391b24 commit 4f929d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/firmware/imx/ipc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4f929d0

Please sign in to comment.