cpuidle: kirkwood: Make kirkwood_cpuidle_remove function static
authorJingoo Han <jg1.han@samsung.com>
Fri, 9 Aug 2013 07:11:34 +0000 (16:11 +0900)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Mon, 12 Aug 2013 09:28:50 +0000 (11:28 +0200)
commit75d6137da195a1e059e1c814cb95635e168f85c0
tree5c23037343a194e8a6106f10bfa511a61876752d
parent3e0c190dbf51f587ac78b3b1bcd85648a7dbe166
cpuidle: kirkwood: Make kirkwood_cpuidle_remove function static

This local symbol is used only in this file.
Fix the following sparse warnings:

drivers/cpuidle/cpuidle-kirkwood.c:73:5: warning: symbol 'kirkwood_cpuidle_remove' was not declared. Should it be static ?

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/cpuidle/cpuidle-kirkwood.c
This page took 0.025035 seconds and 5 git commands to generate.