ARM: EXYNOS: Add missing static storage class specifier in pmu.c file
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 12 Jul 2012 07:49:10 +0000 (16:49 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 12 Jul 2012 21:46:08 +0000 (06:46 +0900)
arch/arm/mach-exynos/pmu.c:318:14: warning:
symbol 'exynos5_list_both_cnt_feed' was not declared. Should it be static?
arch/arm/mach-exynos/pmu.c:332:14: warning:
symbol 'exynos5_list_diable_wfi_wfe' was not declared. Should it be static?

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>

No differences found