projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d770e55
)
ARM: EXYNOS: Make local function static
author
Krzysztof Kozlowski
<k.kozlowski.k@gmail.com>
Sat, 30 May 2015 06:54:03 +0000
(15:54 +0900)
committer
Kukjin 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-exynos/pmu.c
b/arch/arm/mach-exynos/pmu.c
index e812c1c85624c5a6c476a1092d2fed15b76649a3..8d5b0dcc618bf3d21a02a629490e44cc672ccbaf 100644
(file)
--- a/
arch/arm/mach-exynos/pmu.c
+++ b/
arch/arm/mach-exynos/pmu.c
@@
-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;