Skip to content

Commit 4f05577

Browse files
thierryredingJassiBrar
authored andcommitted
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>
1 parent a3b22b9 commit 4f05577

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/mailbox/mailbox.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ int mbox_flush(struct mbox_chan *chan, unsigned long timeout)
310310

311311
return ret;
312312
}
313+
EXPORT_SYMBOL_GPL(mbox_flush);
313314

314315
/**
315316
* mbox_request_channel - Request a mailbox channel.

0 commit comments

Comments
 (0)