diff options
Diffstat (limited to 'net/iucv')
-rw-r--r-- | net/iucv/iucv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/iucv/iucv.c b/net/iucv/iucv.c index 918970762131..2d43175b0cdb 100644 --- a/net/iucv/iucv.c +++ b/net/iucv/iucv.c | |||
@@ -598,7 +598,7 @@ static int __cpuinit iucv_cpu_notify(struct notifier_block *self, | |||
598 | return NOTIFY_OK; | 598 | return NOTIFY_OK; |
599 | } | 599 | } |
600 | 600 | ||
601 | static struct notifier_block __cpuinitdata iucv_cpu_notifier = { | 601 | static struct notifier_block __refdata iucv_cpu_notifier = { |
602 | .notifier_call = iucv_cpu_notify, | 602 | .notifier_call = iucv_cpu_notify, |
603 | }; | 603 | }; |
604 | 604 | ||