rpmsg: virtio_rpmsg_bus: fix export of rpmsg_send_offchannel_raw()
authorSuman Anna <s-anna@ti.com>
Thu, 20 Jul 2017 02:06:34 +0000 (21:06 -0500)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 26 Jul 2017 17:00:48 +0000 (10:00 -0700)
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>
drivers/rpmsg/virtio_rpmsg_bus.c

index eee2a9f77d37dcdf892cc3db6735cdcdb7cfc4d2..7216278f2947e4b61fe3b8b5aecf3bd6ce954ce8 100644 (file)
@@ -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)
 {