]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: EXYNOS: Make local function static
authorKrzysztof Kozlowski <k.kozlowski.k@gmail.com>
Sat, 30 May 2015 06:54:03 +0000 (15:54 +0900)
committerKukjin Kim <kgene@kernel.org>
Tue, 21 Jul 2015 04:16:10 +0000 (13:16 +0900)
Function is not used outside of this unit, make it static.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski.k@gmail.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
arch/arm/mach-exynos/pmu.c

index e812c1c85624c5a6c476a1092d2fed15b76649a3..8d5b0dcc618bf3d21a02a629490e44cc672ccbaf 100644 (file)
@@ -698,7 +698,7 @@ static void exynos_power_off(void)
                ;
 }
 
-void exynos5420_powerdown_conf(enum sys_powerdown mode)
+static void exynos5420_powerdown_conf(enum sys_powerdown mode)
 {
        u32 this_cluster;