author | Suman Anna <s-anna@ti.com> | |
Fri, 2 Nov 2018 10:29:05 +0000 (15:59 +0530) | ||
committer | Suman Anna <s-anna@ti.com> | |
Sun, 24 Feb 2019 01:20:48 +0000 (19:20 -0600) | ||
commit | fe20d9efb9f85c0a16c93a753a9ff8049525afd9 | |
tree | f1522b30cd9fcce68aa276065ee962574d31f0c7 | tree | snapshot (tar.xz tar.gz zip) |
parent | 2794d1693b052995d7506bc975a6844fe753e3a4 | commit | diff |
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>
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>
drivers/remoteproc/remoteproc_internal.h | diff | blob | history | |
include/linux/remoteproc.h | diff | blob | history |