]> asedeno.scripts.mit.edu Git - linux.git/commit
mailbox: Export mbox_flush()
authorThierry Reding <treding@nvidia.com>
Mon, 4 Feb 2019 14:07:06 +0000 (15:07 +0100)
committerJassi Brar <jaswinder.singh@linaro.org>
Mon, 18 Feb 2019 16:39:17 +0000 (10:39 -0600)
commit4f0557795e76d049f0a1687f1f050addf4df2dac
treeba78b9c66cd9259d52e14eb1c3181e56fb3b1e96
parenta3b22b9f11d9fbc48b0291ea92259a5a810e9438
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: 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