From: Wolfram Sang Date: Fri, 10 Jul 2015 20:48:16 +0000 (+0200) Subject: ARM: shmobile: apmu: silence build warnings X-Git-Tag: omap-for-v4.3/fixes-merge-window~9^2~18^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=151dd346a2dadaa151d5110553e3fb08774c888e;p=pandora-kernel.git ARM: shmobile: apmu: silence build warnings With shmobile_defconfig but SMP=n && SUSPEND=n, I get: arch/arm/mach-shmobile/platsmp-apmu.c:49:12: warning: 'apmu_power_off' defined but not used [-Wunused-function] arch/arm/mach-shmobile/platsmp-apmu.c:70:12: warning: 'apmu_wrap' defined but not used [-Wunused-function] Annotate those functions like the functions around it. Signed-off-by: Wolfram Sang Signed-off-by: Simon Horman --- Reading git-diff-tree failed