diff options
Diffstat (limited to 'kernel/softirq.c')
-rw-r--r-- | kernel/softirq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/softirq.c b/kernel/softirq.c index db65a311f14e..8f03e3b89b55 100644 --- a/kernel/softirq.c +++ b/kernel/softirq.c | |||
@@ -486,7 +486,7 @@ static int __devinit cpu_callback(struct notifier_block *nfb, | |||
486 | return NOTIFY_OK; | 486 | return NOTIFY_OK; |
487 | } | 487 | } |
488 | 488 | ||
489 | static struct notifier_block cpu_nfb = { | 489 | static struct notifier_block __devinitdata cpu_nfb = { |
490 | .notifier_call = cpu_callback | 490 | .notifier_call = cpu_callback |
491 | }; | 491 | }; |
492 | 492 | ||