commit | 327854c871178af58461b34f116a0300fbb3a74f | [log] [tgz] |
---|---|---|
author | Nishanth Menon <nm@ti.com> | Wed Dec 24 11:22:56 2014 -0600 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Fri Jan 23 22:28:24 2015 +0100 |
tree | 08fe8b36cb6ad9b28f715e75dbb5e7576418b54b | |
parent | 4679ec3727a0eb4d57e23dffa8e19ce911362c9f [diff] |
PM / OPP: Ensure consistent naming of static functions All exported functions use dev_pm_* prefix and all static functions are now standardized with _ prefix. This is better than having to deal with multiple function naming styles within the same file. Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>