From: Leonard Crestez Date: Thu, 20 Feb 2020 15:56:49 +0000 (+0200) Subject: firmware: imx: Remove IMX_SC_RPC_SVC_ABORT X-Git-Tag: v5.15~4153^2~6^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4f929d0877543df8a834afa5b8732d469c05cd84;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Shawn Guo --- diff --git a/include/linux/firmware/imx/ipc.h b/include/linux/firmware/imx/ipc.h index 6312c8c..8910574 100644 --- a/include/linux/firmware/imx/ipc.h +++ b/include/linux/firmware/imx/ipc.h @@ -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 {