dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Mark Brown 2010-11-22 13:51:19 +00:00 committed by Liam Girdwood
parent 4c35508fc0
commit 50ba5ca4be
1 changed files with 0 additions and 4 deletions

View File

@ -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(&regulator_class);
regulator_dummy_init();