mirror of https://lore.kernel.org/lkml/
 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
  Cc: arnd, akpm, gregkh, info, ztuowen, sergei.shtylyov, linux-kernel,
	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	[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

all inboxes | Powered by JetHome®