提交 4f055779 编写于 作者: T Thierry Reding 提交者: Jassi Brar

mailbox: Export mbox_flush()

The mbox_flush() function can be used by drivers that are built as
modules, so the function needs to be exported.
Reported-by: NMark Brown <broonie@kernel.org>
Signed-off-by: NThierry Reding <treding@nvidia.com>
Signed-off-by: NJassi Brar <jaswinder.singh@linaro.org>
上级 a3b22b9f
......@@ -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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册