ARM: shmobile: apmu: silence build warnings
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Fri, 10 Jul 2015 20:48:16 +0000 (22:48 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 14 Jul 2015 07:35:24 +0000 (16:35 +0900)
commit151dd346a2dadaa151d5110553e3fb08774c888e
tree5f1a0c691268af4df4e2ca83999cec965a1f854f
parent20834a406ee20b57c796f9911f06600b71c75788
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 <wsa+renesas@sang-engineering.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/platsmp-apmu.c