[PATCH v5 8/9] ARM: EXYNOS: rearrange static and non-static functions of PMU driver
From: Krzysztof Kozlowski <hidden>
Date: 2015-11-13 10:09:11
Also in:
linux-pm, linux-samsung-soc, lkml
From: Krzysztof Kozlowski <hidden>
Date: 2015-11-13 10:09:11
Also in:
linux-pm, linux-samsung-soc, lkml
On 13.11.2015 18:29, Pankaj Dubey wrote:
This patch moves exynos_sys_powerdown_conf function above all static functions, to avoid confusion causing due to mixing of static-nonstatic-static functions and to improve readability of this driver. Signed-off-by: Pankaj Dubey <redacted> Suggested-by: Krzysztof Kozlowski <redacted> --- arch/arm/mach-exynos/pmu.c | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-)
Reviewed-by: Krzysztof Kozlowski <redacted> Best regards, Krzysztof