]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - rpmsg/hwspinlock.git/commit
PM / OPP: Ensure consistent naming of static functions
authorNishanth Menon <nm@ti.com>
Wed, 24 Dec 2014 17:22:56 +0000 (11:22 -0600)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 23 Jan 2015 21:28:24 +0000 (22:28 +0100)
commit327854c871178af58461b34f116a0300fbb3a74f
tree08fe8b36cb6ad9b28f715e75dbb5e7576418b54b
parent4679ec3727a0eb4d57e23dffa8e19ce911362c9f
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>
drivers/base/power/opp.c