Re: [RESEND PATCH] ARM: EXYNOS: Add missing static to file-scope declarations

2015-02-03 Thread Krzysztof Kozlowski
On wto, 2015-02-03 at 13:10 +0900, Kukjin Kim wrote: > Krzysztof Kozlowski wrote: > > > > The 'pm_data', 'exynos_release_ret_regs' and > > 'exynos5420_release_ret_regs' are not exported nor used outside of > > suspend.c file. Make them static. > > > > This fixes following sparse warnings: > > arc

RE: [RESEND PATCH] ARM: EXYNOS: Add missing static to file-scope declarations

2015-02-02 Thread Kukjin Kim
Krzysztof Kozlowski wrote: > > The 'pm_data', 'exynos_release_ret_regs' and > 'exynos5420_release_ret_regs' are not exported nor used outside of > suspend.c file. Make them static. > > This fixes following sparse warnings: > arch/arm/mach-exynos/suspend.c:83:23: warning: symbol 'pm_data' was not