projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e391b24
)
firmware: imx: Remove IMX_SC_RPC_SVC_ABORT
author
Leonard Crestez
<leonard.crestez@nxp.com>
Thu, 20 Feb 2020 15:56:49 +0000
(17:56 +0200)
committer
Shawn Guo
<shawnguo@kernel.org>
Mon, 24 Feb 2020 06:46:35 +0000
(14:46 +0800)
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>
include/linux/firmware/imx/ipc.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/firmware/imx/ipc.h
b/include/linux/firmware/imx/ipc.h
index 6312c8cb084a3be32490fe9cbc1552d4628074e7..89105743485846fe1badfb1171c53fd36fce86dc 100644
(file)
--- 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 {