remoteproc: fix for "dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flag"
authorStephen Rothwell <sfr@canb.auug.org.au>
Fri, 22 Feb 2019 05:14:45 +0000 (16:14 +1100)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 13 Mar 2019 00:00:42 +0000 (17:00 -0700)
commitd664ce75ae1c7c1e0e3fd8fa71f7ca779906a9be
treeef29fe07628f972f731aa78eb508f6b938b14bb1
parent28d7d5c66d560730fdfe021b129e7d3f72a4b97f
remoteproc: fix for "dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flag"

The commit 82c5de0ab8db ("dma-mapping: remove the DMA_MEMORY_EXCLUSIVE
flag") removed the "flags" parameter for dma_declare_coherent_memory().
Remove the parameter from the call in rproc_add_virtio_dev().

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
[bjorn: Extended commit message]
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/remoteproc/remoteproc_virtio.c