projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c6a662
)
PM / OPP: Staticize __dev_pm_opp_remove()
author
Viresh Kumar
<viresh.kumar@linaro.org>
Wed, 10 Dec 2014 04:15:32 +0000
(09:45 +0530)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Wed, 10 Dec 2014 21:18:34 +0000
(22:18 +0100)
Its a local routine and need not be accessible outside of opp.c.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/base/power/opp.c
patch
|
blob
|
history
diff --git
a/drivers/base/power/opp.c
b/drivers/base/power/opp.c
index
e180726
..
fa065d6
100644
(file)
--- a/
drivers/base/power/opp.c
+++ b/
drivers/base/power/opp.c
@@
-518,7
+518,8
@@
static void kfree_device_rcu(struct rcu_head *head)
kfree_rcu(device_opp, rcu_head);
}
-void __dev_pm_opp_remove(struct device_opp *dev_opp, struct dev_pm_opp *opp)
+static void __dev_pm_opp_remove(struct device_opp *dev_opp,
+ struct dev_pm_opp *opp)
{
/*
* Notify the changes in the availability of the operable