From: "gregkh@linuxfoundation.org" <gregkh@linuxfoundation.org>
To: "Daniel Baluta (OSS)" <daniel.baluta@oss.nxp.com>
Cc: "bgolaszewski@baylibre.com" <bgolaszewski@baylibre.com>,
"arnd@arndb.de" <arnd@arndb.de>,
"akpm@linux-foundation.org" <akpm@linux-foundation.org>,
"info@metux.net" <info@metux.net>,
"ztuowen@gmail.com" <ztuowen@gmail.com>,
"sergei.shtylyov@cogentembedded.com"
<sergei.shtylyov@cogentembedded.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Daniel Baluta <daniel.baluta@nxp.com>
Subject: Re: [PATCH] lib: devres: Export devm_ioremap_resource_wc
Date: Thu, 23 Jan 2020 18:56:58 +0100 [thread overview]
Message-ID: <20200123175658.GB1796501@kroah.com> (raw)
In-Reply-To: <20200123154706.5831-1-daniel.baluta@oss.nxp.com>
On Thu, Jan 23, 2020 at 03:47:21PM +0000, Daniel Baluta (OSS) wrote:
> 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);
EXPORT_SYMBOL_GPL() perhaps?
What in-tree driver needs this?
thanks,
greg k-h
next prev parent reply other threads:[~2020-01-23 17:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-23 15:47 Daniel Baluta (OSS)
2020-01-23 17:56 ` gregkh [this message]
2020-01-23 18:16 ` Daniel Baluta
2020-01-23 18:22 ` gregkh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200123175658.GB1796501@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=arnd@arndb.de \
--cc=bgolaszewski@baylibre.com \
--cc=daniel.baluta@nxp.com \
--cc=daniel.baluta@oss.nxp.com \
--cc=info@metux.net \
--cc=linux-kernel@vger.kernel.org \
--cc=sergei.shtylyov@cogentembedded.com \
--cc=ztuowen@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®