diff options
Diffstat (limited to 'arch/arm/mach-shmobile/pm-sh7372.c')
-rw-r--r-- | arch/arm/mach-shmobile/pm-sh7372.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/pm-sh7372.c b/arch/arm/mach-shmobile/pm-sh7372.c index a0826a48dd08..f6b14cac0076 100644 --- a/arch/arm/mach-shmobile/pm-sh7372.c +++ b/arch/arm/mach-shmobile/pm-sh7372.c | |||
@@ -450,12 +450,12 @@ static struct cpuidle_driver sh7372_cpuidle_driver = { | |||
450 | }, | 450 | }, |
451 | }; | 451 | }; |
452 | 452 | ||
453 | static void sh7372_cpuidle_init(void) | 453 | static void __init sh7372_cpuidle_init(void) |
454 | { | 454 | { |
455 | shmobile_cpuidle_set_driver(&sh7372_cpuidle_driver); | 455 | shmobile_cpuidle_set_driver(&sh7372_cpuidle_driver); |
456 | } | 456 | } |
457 | #else | 457 | #else |
458 | static void sh7372_cpuidle_init(void) {} | 458 | static void __init sh7372_cpuidle_init(void) {} |
459 | #endif | 459 | #endif |
460 | 460 | ||
461 | #ifdef CONFIG_SUSPEND | 461 | #ifdef CONFIG_SUSPEND |