mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 23:21:46 +00:00
rpmsg: virtio_rpmsg_bus: fix export of rpmsg_send_offchannel_raw()
Commit 8a228ecfe0
("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>
This commit is contained in:
parent
aaafb24ebe
commit
e156aba050
1 changed files with 0 additions and 1 deletions
|
@ -632,7 +632,6 @@ out:
|
||||||
mutex_unlock(&vrp->tx_lock);
|
mutex_unlock(&vrp->tx_lock);
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL(rpmsg_send_offchannel_raw);
|
|
||||||
|
|
||||||
static int virtio_rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len)
|
static int virtio_rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue