diff options
Diffstat (limited to 'kernel/timer.c')
| -rw-r--r-- | kernel/timer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/timer.c b/kernel/timer.c index 5bb6b7976eec..5a8960253063 100644 --- a/kernel/timer.c +++ b/kernel/timer.c | |||
| @@ -1652,7 +1652,7 @@ static void __devinit migrate_timers(int cpu) | |||
| 1652 | } | 1652 | } |
| 1653 | #endif /* CONFIG_HOTPLUG_CPU */ | 1653 | #endif /* CONFIG_HOTPLUG_CPU */ |
| 1654 | 1654 | ||
| 1655 | static int timer_cpu_notify(struct notifier_block *self, | 1655 | static int __devinit timer_cpu_notify(struct notifier_block *self, |
| 1656 | unsigned long action, void *hcpu) | 1656 | unsigned long action, void *hcpu) |
| 1657 | { | 1657 | { |
| 1658 | long cpu = (long)hcpu; | 1658 | long cpu = (long)hcpu; |
| @@ -1672,7 +1672,7 @@ static int timer_cpu_notify(struct notifier_block *self, | |||
| 1672 | return NOTIFY_OK; | 1672 | return NOTIFY_OK; |
| 1673 | } | 1673 | } |
| 1674 | 1674 | ||
| 1675 | static struct notifier_block timers_nb = { | 1675 | static struct notifier_block __devinitdata timers_nb = { |
| 1676 | .notifier_call = timer_cpu_notify, | 1676 | .notifier_call = timer_cpu_notify, |
| 1677 | }; | 1677 | }; |
| 1678 | 1678 | ||
