]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - rpmsg/rpmsg.git/commit
remoteproc: move rproc_da_to_va declaration to remoteproc.h
authorSuman Anna <s-anna@ti.com>
Fri, 2 Nov 2018 10:29:05 +0000 (15:59 +0530)
committerSuman Anna <s-anna@ti.com>
Sun, 24 Feb 2019 01:20:48 +0000 (19:20 -0600)
commitfe20d9efb9f85c0a16c93a753a9ff8049525afd9
treef1522b30cd9fcce68aa276065ee962574d31f0c7
parent2794d1693b052995d7506bc975a6844fe753e3a4
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>
drivers/remoteproc/remoteproc_internal.h
include/linux/remoteproc.h