diff options
Diffstat (limited to 'kernel/smp.c')
| -rw-r--r-- | kernel/smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/smp.c b/kernel/smp.c index 4dba0f7b72ad..fe9f773d7114 100644 --- a/kernel/smp.c +++ b/kernel/smp.c | |||
| @@ -73,7 +73,7 @@ hotplug_cfd(struct notifier_block *nfb, unsigned long action, void *hcpu) | |||
| 73 | return NOTIFY_OK; | 73 | return NOTIFY_OK; |
| 74 | } | 74 | } |
| 75 | 75 | ||
| 76 | static struct notifier_block __cpuinitdata hotplug_cfd_notifier = { | 76 | static struct notifier_block hotplug_cfd_notifier = { |
| 77 | .notifier_call = hotplug_cfd, | 77 | .notifier_call = hotplug_cfd, |
| 78 | }; | 78 | }; |
| 79 | 79 | ||
