提交 b69bef97 编写于 作者: K Krzysztof Kozlowski 提交者: Kukjin Kim

ARM: EXYNOS: Make local function static

Function is not used outside of this unit, make it static.
Signed-off-by: NKrzysztof Kozlowski <k.kozlowski.k@gmail.com>
Signed-off-by: NKukjin Kim <kgene@kernel.org>
上级 d770e558
...@@ -698,7 +698,7 @@ static void exynos_power_off(void) ...@@ -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; u32 this_cluster;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册