]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
remoteproc: core: Remove unused export of rproc_va_to_pa
authorPeng Fan <peng.fan@nxp.com>
Thu, 16 Oct 2025 11:48:01 +0000 (19:48 +0800)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Mon, 27 Oct 2025 15:26:07 +0000 (09:26 -0600)
commit12dc929c6cc5fb5f82d6f245ceb3548b4c800121
tree579402e891a2a7552de32f4cedb51dd372396719
parent6e863a57dd27f642b77fa196d0f4e2a167e27316
remoteproc: core: Remove unused export of rproc_va_to_pa

Commit 086d08725d34 ("remoteproc: create vdev subdevice with specific dma
memory pool") added an export for rproc_va_to_pa. However, since its
introduction, this symbol has not been used by any loadable modules. It
remains only referenced within remoteproc_virtio.c, which is always built
together with remoteproc_core.c.

As such, exporting rproc_va_to_pa is unnecessary, so remove the export.

No functional changes.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Acked-by: Andrew Davis <afd@ti.com>
Link: https://lore.kernel.org/r/20251016-rproc-cleanup-v3-v3-4-774083716e8a@nxp.com
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
drivers/remoteproc/remoteproc_core.c