remoteproc: imx_rproc: Move common structure to header file
authorShengjiu Wang <shengjiu.wang@nxp.com>
Mon, 11 Oct 2021 09:20:12 +0000 (17:20 +0800)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Tue, 12 Oct 2021 15:15:57 +0000 (09:15 -0600)
commitebcd5d5175cab751dfedf5878f065097bc067697
tree70c9959555fc0232429015bd7970f96800da808f
parentbc774a3887cb513be08e846726bc4402897b267a
remoteproc: imx_rproc: Move common structure to header file

Move common structure imx_rproc_att, imx_rproc_method
and imx_rproc_dcfg to header file which can be shared with
imx_dsp_rproc driver.

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Link: https://lore.kernel.org/r/1633944015-789-2-git-send-email-shengjiu.wang@nxp.com
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
drivers/remoteproc/imx_rproc.c
drivers/remoteproc/imx_rproc.h [new file with mode: 0644]