[PATCH V3 04/16] PM / OPP: Create _remove_device_opp() for freeing dev_opp

2015-07-29 Thread Viresh Kumar
This will be used from multiple places later. Lets create a separate routine for that. Reviewed-by: Stephen Boyd Reviewed-by: Bartlomiej Zolnierkiewicz Signed-off-by: Viresh Kumar --- drivers/base/power/opp.c | 22 +- 1 file changed, 17 insertions(+), 5 deletions(-) diff

[PATCH V3 04/16] PM / OPP: Create _remove_device_opp() for freeing dev_opp

2015-07-29 Thread Viresh Kumar
This will be used from multiple places later. Lets create a separate routine for that. Reviewed-by: Stephen Boyd sb...@codeaurora.org Reviewed-by: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com Signed-off-by: Viresh Kumar viresh.ku...@linaro.org --- drivers/base/power/opp.c | 22