aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rpmsg
diff options
context:
space:
mode:
authorSuman Anna <s-anna@ti.com>2017-07-19 21:06:34 -0500
committerBjorn Andersson <bjorn.andersson@linaro.org>2017-07-26 10:00:48 -0700
commite156aba05040c832a9d898e16eaeea722fa1aed1 (patch)
tree78ba51330ce499d20447e7dc5fef79d0c2bbb2ba /drivers/rpmsg
parentrpmsg: qcom_smd: add of_node node to edge device (diff)
downloadlinux-dev-e156aba05040c832a9d898e16eaeea722fa1aed1.tar.xz
linux-dev-e156aba05040c832a9d898e16eaeea722fa1aed1.zip
rpmsg: virtio_rpmsg_bus: fix export of rpmsg_send_offchannel_raw()
Commit 8a228ecfe086b ("rpmsg: Indirection table for rpmsg_endpoint operations") has made the rpmsg_send_offchannel_raw() a static function and local to the virtio_rpmsg_bus module, but has not dropped the corresponding EXPORT_SYMBOL. Fix this. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'drivers/rpmsg')
-rw-r--r--drivers/rpmsg/virtio_rpmsg_bus.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rpmsg/virtio_rpmsg_bus.c b/drivers/rpmsg/virtio_rpmsg_bus.c
index eee2a9f77d37..7216278f2947 100644
--- a/drivers/rpmsg/virtio_rpmsg_bus.c
+++ b/drivers/rpmsg/virtio_rpmsg_bus.c
@@ -632,7 +632,6 @@ out:
mutex_unlock(&vrp->tx_lock);
return err;
}
-EXPORT_SYMBOL(rpmsg_send_offchannel_raw);
static int virtio_rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len)
{