linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] lib: devres: Export devm_ioremap_resource_wc
@ 2020-01-23 15:47 Daniel Baluta (OSS)
  2020-01-23 17:56 ` gregkh
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Baluta (OSS) @ 2020-01-23 15:47 UTC (permalink / raw)
  To: bgolaszewski@baylibre.com
  Cc: arnd@arndb.de, akpm@linux-foundation.org,
	gregkh@linuxfoundation.org, info@metux.net, ztuowen@gmail.com,
	sergei.shtylyov@cogentembedded.com, linux-kernel@vger.kernel.org,
	Daniel Baluta

From: Daniel Baluta <daniel.baluta@nxp.com>

So that modules can also use it.

Fixes: b873af620e58863b ("lib: devres: provide devm_ioremap_resource_wc()")
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
---
 lib/devres.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/devres.c b/lib/devres.c
index 6ef51f159c54..7fe2bd75dfa3 100644
--- a/lib/devres.c
+++ b/lib/devres.c
@@ -182,6 +182,7 @@ void __iomem *devm_ioremap_resource_wc(struct device *dev,
 {
 	return __devm_ioremap_resource(dev, res, DEVM_IOREMAP_WC);
 }
+EXPORT_SYMBOL(devm_ioremap_resource_wc);
 
 /*
  * devm_of_iomap - Requests a resource and maps the memory mapped IO
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-01-23 18:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-23 15:47 [PATCH] lib: devres: Export devm_ioremap_resource_wc Daniel Baluta (OSS)
2020-01-23 17:56 ` gregkh
2020-01-23 18:16   ` Daniel Baluta
2020-01-23 18:22     ` gregkh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).