aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2010-11-22 08:51:19 -0500
committerLiam Girdwood <lrg@slimlogic.co.uk>2011-01-12 09:33:00 -0500
commit50ba5ca4be30674517ca33425648ec43d93f9a69 (patch)
treec9cd0a26e31d9b4472ff1fe990e93d412990c996
parent4c35508fc0b7883820923b3b8eb9fea25d35cf72 (diff)
regulator: Remove regulator core version announcement
The version hasn't been updated since the regulator API was merged in 2.6.27 so just remove it - now we're in mainline the kernel version is much more useful. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
-rw-r--r--drivers/regulator/core.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c
index fe47860c663..64a56a7a1f9 100644
--- a/drivers/regulator/core.c
+++ b/drivers/regulator/core.c
@@ -32,8 +32,6 @@
32 32
33#include "dummy.h" 33#include "dummy.h"
34 34
35#define REGULATOR_VERSION "0.5"
36
37static DEFINE_MUTEX(regulator_list_mutex); 35static DEFINE_MUTEX(regulator_list_mutex);
38static LIST_HEAD(regulator_list); 36static LIST_HEAD(regulator_list);
39static LIST_HEAD(regulator_map_list); 37static LIST_HEAD(regulator_map_list);
@@ -2580,8 +2578,6 @@ static int __init regulator_init(void)
2580{ 2578{
2581 int ret; 2579 int ret;
2582 2580
2583 printk(KERN_INFO "regulator: core version %s\n", REGULATOR_VERSION);
2584
2585 ret = class_register(&regulator_class); 2581 ret = class_register(&regulator_class);
2586 2582
2587 regulator_dummy_init(); 2583 regulator_dummy_init();