OSDN Git Service

ARM: shmobile: Use __init for APMU suspend init function
authorMagnus Damm <damm+renesas@opensource.se>
Fri, 6 Jun 2014 07:20:46 +0000 (16:20 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 26 Jun 2014 06:51:57 +0000 (15:51 +0900)
commit0d77c9aa7a13a9fcfc93836188474f43394ea657
tree34be891d2a5c4b4fb4a08facdaade145f9a5f372
parent784500be40a0eabcee1e48c70927aea9c9accb1e
ARM: shmobile: Use __init for APMU suspend init function

The function shmobile_smp_apmu_suspend_init() should
be put into the init section to not trigger section
mismatch warnings.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/platsmp-apmu.c