From 4d116df7a648454c6a6c4c39650d0b37cfac2bc1 Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Wed, 23 May 2012 09:08:08 +0800 Subject: [PATCH] --- yaml --- r: 310646 b: refs/heads/master c: 0c09d3150902d8ca7e763d508ac1a93701b21321 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/regulator/anatop-regulator.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 3b1edba6aa42..c16e1e5ef461 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c71c8fd4daa342ba714090586a55fc5db7eaa275 +refs/heads/master: 0c09d3150902d8ca7e763d508ac1a93701b21321 diff --git a/trunk/drivers/regulator/anatop-regulator.c b/trunk/drivers/regulator/anatop-regulator.c index 3660bace123c..e82e7eaac0f1 100644 --- a/trunk/drivers/regulator/anatop-regulator.c +++ b/trunk/drivers/regulator/anatop-regulator.c @@ -224,7 +224,7 @@ static struct platform_driver anatop_regulator_driver = { .of_match_table = of_anatop_regulator_match_tbl, }, .probe = anatop_regulator_probe, - .remove = anatop_regulator_remove, + .remove = __devexit_p(anatop_regulator_remove), }; static int __init anatop_regulator_init(void)