From: Daniel Lezcano Date: Fri, 12 Apr 2013 12:35:48 +0000 (+0000) Subject: ARM: shmobile: cpuidle: remove shmobile_enter_wfi prototype X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~92^2~2^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80d538b2754f1eed85296f0c7088f7157d543f89;p=pandora-kernel.git ARM: shmobile: cpuidle: remove shmobile_enter_wfi prototype Commit 688036b538974de32ce55be8b0e013b003992abc removed the function 'shmobile_enter_wfi' but we forgot to remove the definition in the header file. Note this function is just an alias to 'cpu_do_idle()' wrapped into a cpuidle function callback prototype which already exists with the default WFI state and the arm_simple_enter function. Remove the function prototype. Signed-off-by: Daniel Lezcano Acked-by: Simon Horman Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed