[PATCH] regulator: lm363x: Staticise ldo_cont_enable_time

2015-11-28 Thread Axel Lin
Signed-off-by: Axel Lin 
---
 drivers/regulator/lm363x-regulator.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/regulator/lm363x-regulator.c 
b/drivers/regulator/lm363x-regulator.c
index 3858735..f53e633 100644
--- a/drivers/regulator/lm363x-regulator.c
+++ b/drivers/regulator/lm363x-regulator.c
@@ -41,7 +41,7 @@
 #define LM363X_STEP_50mV   5
 #define LM363X_STEP_500mV  50
 
-const int ldo_cont_enable_time[] = {
+static const int ldo_cont_enable_time[] = {
0, 2000, 5000, 1, 2, 5, 10, 20,
 };
 
-- 
2.1.4



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] regulator: lm363x: Staticise ldo_cont_enable_time

2015-11-28 Thread Axel Lin
Signed-off-by: Axel Lin 
---
 drivers/regulator/lm363x-regulator.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/regulator/lm363x-regulator.c 
b/drivers/regulator/lm363x-regulator.c
index 3858735..f53e633 100644
--- a/drivers/regulator/lm363x-regulator.c
+++ b/drivers/regulator/lm363x-regulator.c
@@ -41,7 +41,7 @@
 #define LM363X_STEP_50mV   5
 #define LM363X_STEP_500mV  50
 
-const int ldo_cont_enable_time[] = {
+static const int ldo_cont_enable_time[] = {
0, 2000, 5000, 1, 2, 5, 10, 20,
 };
 
-- 
2.1.4



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/