[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200123154706.5831-1-daniel.baluta@oss.nxp.com>
Date: Thu, 23 Jan 2020 15:47:21 +0000
From: "Daniel Baluta (OSS)" <daniel.baluta@....nxp.com>
To: "bgolaszewski@...libre.com" <bgolaszewski@...libre.com>
CC: "arnd@...db.de" <arnd@...db.de>,
"akpm@...ux-foundation.org" <akpm@...ux-foundation.org>,
"gregkh@...uxfoundation.org" <gregkh@...uxfoundation.org>,
"info@...ux.net" <info@...ux.net>,
"ztuowen@...il.com" <ztuowen@...il.com>,
"sergei.shtylyov@...entembedded.com"
<sergei.shtylyov@...entembedded.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Daniel Baluta <daniel.baluta@....com>
Subject: [PATCH] lib: devres: Export devm_ioremap_resource_wc
From: Daniel Baluta <daniel.baluta@....com>
So that modules can also use it.
Fixes: b873af620e58863b ("lib: devres: provide devm_ioremap_resource_wc()")
Signed-off-by: Daniel Baluta <daniel.baluta@....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
Powered by blists - more mailing lists