Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <leonard.crestez@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Leonard Crestez and committed by
Shawn Guo
4f929d08 e391b24d

-1
-1
include/linux/firmware/imx/ipc.h
··· 25 25 IMX_SC_RPC_SVC_PAD = 6, 26 26 IMX_SC_RPC_SVC_MISC = 7, 27 27 IMX_SC_RPC_SVC_IRQ = 8, 28 - IMX_SC_RPC_SVC_ABORT = 9 29 28 }; 30 29 31 30 struct imx_sc_rpc_msg {