* [PATCH] mfd: as3722: Don't export the regmap config
@ 2013-10-25 20:10 Mark Brown
2013-10-25 22:35 ` Samuel Ortiz
0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2013-10-25 20:10 UTC (permalink / raw)
To: Samuel Ortiz, Lee Jones; +Cc: linux-kernel, Mark Brown
From: Mark Brown <broonie@linaro.org>
It's not used outside this file so can be static.
Signed-off-by: Mark Brown <broonie@linaro.org>
---
drivers/mfd/as3722.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mfd/as3722.c b/drivers/mfd/as3722.c
index cd8ee59..f161f2e 100644
--- a/drivers/mfd/as3722.c
+++ b/drivers/mfd/as3722.c
@@ -314,7 +314,7 @@ static const struct regmap_access_table as3722_volatile_table = {
.n_no_ranges = ARRAY_SIZE(as3722_cacheable_ranges),
};
-const struct regmap_config as3722_regmap_config = {
+static const struct regmap_config as3722_regmap_config = {
.reg_bits = 8,
.val_bits = 8,
.max_register = AS3722_MAX_REGISTER,
--
1.8.4.rc3
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] mfd: as3722: Don't export the regmap config
2013-10-25 20:10 [PATCH] mfd: as3722: Don't export the regmap config Mark Brown
@ 2013-10-25 22:35 ` Samuel Ortiz
0 siblings, 0 replies; 2+ messages in thread
From: Samuel Ortiz @ 2013-10-25 22:35 UTC (permalink / raw)
To: Mark Brown; +Cc: Lee Jones, linux-kernel, Mark Brown
Hi Mark,
On Fri, Oct 25, 2013 at 09:10:00PM +0100, Mark Brown wrote:
> From: Mark Brown <broonie@linaro.org>
>
> It's not used outside this file so can be static.
>
> Signed-off-by: Mark Brown <broonie@linaro.org>
> ---
> drivers/mfd/as3722.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.
Cheers,
Samuel.
--
Intel Open Source Technology Centre
http://oss.intel.com/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-10-25 22:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-25 20:10 [PATCH] mfd: as3722: Don't export the regmap config Mark Brown
2013-10-25 22:35 ` Samuel Ortiz
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®