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)
commite156aba05040c832a9d898e16eaeea722fa1aed1
tree78ba51330ce499d20447e7dc5fef79d0c2bbb2ba
parentaaafb24ebe2517ae9ec06008f2b0375bea77124d
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>
drivers/rpmsg/virtio_rpmsg_bus.c