git.openpandora.org
/
pandora-kernel.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
|
history
diff --git
a/arch/arm/mach-exynos/pmu.c
b/arch/arm/mach-exynos/pmu.c
index
e812c1c
..
8d5b0dc
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;