projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3b22b9
)
mailbox: Export mbox_flush()
author
Thierry Reding
<treding@nvidia.com>
Mon, 4 Feb 2019 14:07:06 +0000
(15:07 +0100)
committer
Jassi Brar
<jaswinder.singh@linaro.org>
Mon, 18 Feb 2019 16:39:17 +0000
(10:39 -0600)
The mbox_flush() function can be used by drivers that are built as
modules, so the function needs to be exported.
Reported-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
drivers/mailbox/mailbox.c
patch
|
blob
|
history
diff --git
a/drivers/mailbox/mailbox.c
b/drivers/mailbox/mailbox.c
index c6a7d4582dc6790be3a50f545faa36bc07ea8a7f..38d9df3fb199fed88a4825b7b392e20c27e85c2a 100644
(file)
--- a/
drivers/mailbox/mailbox.c
+++ b/
drivers/mailbox/mailbox.c
@@
-310,6
+310,7
@@
int mbox_flush(struct mbox_chan *chan, unsigned long timeout)
return ret;
}
+EXPORT_SYMBOL_GPL(mbox_flush);
/**
* mbox_request_channel - Request a mailbox channel.