remoteproc: move rproc_da_to_va declaration to remoteproc.h
authorSuman Anna <s-anna@ti.com>
Tue, 8 Mar 2022 17:25:15 +0000 (18:25 +0100)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Fri, 11 Mar 2022 18:08:09 +0000 (12:08 -0600)
commitb65700d046a60d0a29f6289e13c62d0c93689f11
tree42b59a95a06869995671da1c7a29c631de1b1ea1
parent19e7bf836997f37b7c70cf8f3091e76b79769673
remoteproc: move rproc_da_to_va declaration to remoteproc.h

The rproc_da_to_va() API is an exported function, so move its
declaration from the remoteproc local remoteproc_internal.h
to the public remoteproc.h file.

This will allow drivers outside of the remoteproc folder to be
able to use this API.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
[adjusted line numbers to apply]
Signed-off-by: Drew Fustini <dfustini@baylibre.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220308172515.29556-1-dfustini@baylibre.com
drivers/remoteproc/remoteproc_internal.h
include/linux/remoteproc.h