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)
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>

No differences found