linux/arch/sh/kernel/cpu/shmobile
Geert Uytterhoeven c78e43601b SH: cpuidle: Add missing parameter for cpuidle_register()
arch/sh/kernel/cpu/shmobile/cpuidle.c: In function 'sh_mobile_setup_cpuidle':
arch/sh/kernel/cpu/shmobile/cpuidle.c:102:2: error: too few arguments to function 'cpuidle_register'
include/linux/cpuidle.h:129:12: note: declared here
arch/sh/kernel/cpu/shmobile/cpuidle.c:94:6: warning: unused variable 'ret' [-Wunused-variable]

Add the missing parameter, and remove the unused variable.

Both introduced by commit b181a3b03f ("SH:
cpuidle: use init/exit common routine").

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2013-08-12 11:28:18 +02:00
..
cpuidle.c SH: cpuidle: Add missing parameter for cpuidle_register() 2013-08-12 11:28:18 +02:00
Makefile sh: Kill off remaining private runtime PM bits. 2011-11-18 16:05:52 +09:00
pm.c SH: cpuidle: check error code at init 2013-04-22 00:35:53 +02:00
sleep.S sh: SH-Mobile R-standby register save/restore 2010-02-26 15:29:26 +09:00