diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-11-22 13:51:19 +0000 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2011-01-12 14:33:00 +0000 |
commit | 50ba5ca4be30674517ca33425648ec43d93f9a69 (patch) | |
tree | c9cd0a26e31d9b4472ff1fe990e93d412990c996 /drivers/regulator | |
parent | 4c35508fc0b7883820923b3b8eb9fea25d35cf72 (diff) | |
download | linux-50ba5ca4be30674517ca33425648ec43d93f9a69.tar.bz2 |
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>
Diffstat (limited to 'drivers/regulator')
-rw-r--r-- | drivers/regulator/core.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index fe47860c6633..64a56a7a1f9d 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c @@ -32,8 +32,6 @@ #include "dummy.h" -#define REGULATOR_VERSION "0.5" - static DEFINE_MUTEX(regulator_list_mutex); static LIST_HEAD(regulator_list); static LIST_HEAD(regulator_map_list); @@ -2580,8 +2578,6 @@ static int __init regulator_init(void) { int ret; - printk(KERN_INFO "regulator: core version %s\n", REGULATOR_VERSION); - ret = class_register(®ulator_class); regulator_dummy_init(); |