Skip to content

Commit 5c33a63

Browse files
MrVanmathieupoirier
authored andcommitted
remoteproc: imx_rproc: Remove enum imx_rproc_method
There is no user of enum imx_rproc_method after moved to ops based method. Remove it. Reviewed-by: Frank Li <Frank.Li@nxp.com> Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com> Reviewed-by: Shengjiu Wang <shengjiu.wang@nxp.com> Reviewed-by: Iuliana Prodan <iuliana.prodan@nxp.com> Tested-by: Iuliana Prodan <iuliana.prodan@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com> Link: https://lore.kernel.org/r/20251119-imx-dsp-2025-11-19-v4-11-adafd342d07b@nxp.com Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
1 parent 3f5c127 commit 5c33a63

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

drivers/remoteproc/imx_rproc.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@ struct imx_rproc_att {
1515
int flags;
1616
};
1717

18-
/* Remote core start/stop method */
19-
enum imx_rproc_method {
20-
IMX_RPROC_NONE,
21-
/* Through ARM SMCCC */
22-
IMX_RPROC_SMC,
23-
};
24-
2518
/* dcfg flags */
2619
#define IMX_RPROC_NEED_SYSTEM_OFF BIT(0)
2720
#define IMX_RPROC_NEED_CLKS BIT(1)
@@ -42,7 +35,6 @@ struct imx_rproc_dcfg {
4235
u32 gpr_wait;
4336
const struct imx_rproc_att *att;
4437
size_t att_size;
45-
enum imx_rproc_method method;
4638
u32 flags;
4739
const struct imx_rproc_plat_ops *ops;
4840
};

0 commit comments

Comments
 (0)