linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] regulator: ab8500-ext: Constify ab8500_ext_regulator_ops
@ 2019-04-12 14:06 Axel Lin
  2019-04-12 14:06 ` [PATCH 2/3] regulator: ab8500-ext: Remove *rdev from struct ab8500_ext_regulator_info Axel Lin
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Axel Lin @ 2019-04-12 14:06 UTC (permalink / raw)
  To: Mark Brown
  Cc: Lee Jones, Bengt Jonsson, Liam Girdwood, linux-kernel, Axel Lin

ab8500_ext_regulator_ops never need to be modified, make it const so
compiler can put it to .rodata.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 drivers/regulator/ab8500-ext.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/regulator/ab8500-ext.c b/drivers/regulator/ab8500-ext.c
index 2ca00045eb99..2268c934d6be 100644
--- a/drivers/regulator/ab8500-ext.c
+++ b/drivers/regulator/ab8500-ext.c
@@ -720,7 +720,7 @@ static int ab8500_ext_list_voltage(struct regulator_dev *rdev,
 	return -EINVAL;
 }
 
-static struct regulator_ops ab8500_ext_regulator_ops = {
+static const struct regulator_ops ab8500_ext_regulator_ops = {
 	.enable			= ab8500_ext_regulator_enable,
 	.disable		= ab8500_ext_regulator_disable,
 	.is_enabled		= ab8500_ext_regulator_is_enabled,
-- 
2.17.1


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

end of thread, other threads:[~2019-04-15  8:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-12 14:06 [PATCH 1/3] regulator: ab8500-ext: Constify ab8500_ext_regulator_ops Axel Lin
2019-04-12 14:06 ` [PATCH 2/3] regulator: ab8500-ext: Remove *rdev from struct ab8500_ext_regulator_info Axel Lin
2019-04-15  8:53   ` Applied "regulator: ab8500-ext: Remove *rdev from struct ab8500_ext_regulator_info" to the regulator tree Mark Brown
2019-04-12 14:06 ` [PATCH 3/3] regulator: ab8500-ext: Convert to use simplified DT parsing Axel Lin
2019-04-15  8:53   ` Applied "regulator: ab8500-ext: Convert to use simplified DT parsing" to the regulator tree Mark Brown
2019-04-15  8:53 ` Applied "regulator: ab8500-ext: Constify ab8500_ext_regulator_ops" " Mark Brown

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).