Skip to content

Commit

Permalink
mailbox: Export mbox_flush()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
thierryreding authored and JassiBrar committed Feb 18, 2019
1 parent a3b22b9 commit 4f05577
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mailbox/mailbox.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4f05577

Please sign in to comment.