remoteproc: Merge __rproc_boot() with rproc_boot()
authorSuman Anna <s-anna@ti.com>
Thu, 20 Jul 2017 20:19:22 +0000 (15:19 -0500)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 26 Jul 2017 17:01:27 +0000 (10:01 -0700)
commit1b0ef9068f053d8057b5ebe3cbff692b071bdf73
tree5a8df4d2be4ce8cb255a6d7c99cbb695f3338a25
parent5771a8c08880cdca3bfb4a3fc6d309d6bba20877
remoteproc: Merge __rproc_boot() with rproc_boot()

The additional arguments in the internal __rproc_boot() function
were dropped in commit 2bfc311a57f5 ("remoteproc: Drop wait in
__rproc_boot()"). The exported rproc_boot() is now just a wrapper
around this internal function, so merge them together.

While at this, also remove the declaration for the previously
cleaned up rproc_boot_nowait() function.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/remoteproc/remoteproc_core.c
drivers/remoteproc/remoteproc_internal.h