[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20190204140706.15498-1-thierry.reding@gmail.com>
Date: Mon, 4 Feb 2019 15:07:06 +0100
From: Thierry Reding <thierry.reding@...il.com>
To: Jassi Brar <jassisinghbrar@...il.com>
Cc: Mark Brown <broonie@...nel.org>, linux-kernel@...r.kernel.org
Subject: [PATCH] mailbox: Export mbox_flush()
From: Thierry Reding <treding@...dia.com>
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@...nel.org>
Signed-off-by: Thierry Reding <treding@...dia.com>
---
drivers/mailbox/mailbox.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mailbox/mailbox.c b/drivers/mailbox/mailbox.c
index c6a7d4582dc6..38d9df3fb199 100644
--- 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.
--
2.19.1
Powered by blists - more mailing lists