diff --git a/[refs] b/[refs] index 8708cedc53df..7e4f9f662555 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7bfe8bdb80d5988483b01177b09b9c8d1605dffb +refs/heads/master: f1494ed1d318542baa9480cfd44d040a92635129 diff --git a/trunk/net/iucv/iucv.c b/trunk/net/iucv/iucv.c index 918970762131..2d43175b0cdb 100644 --- a/trunk/net/iucv/iucv.c +++ b/trunk/net/iucv/iucv.c @@ -598,7 +598,7 @@ static int __cpuinit iucv_cpu_notify(struct notifier_block *self, return NOTIFY_OK; } -static struct notifier_block __cpuinitdata iucv_cpu_notifier = { +static struct notifier_block __refdata iucv_cpu_notifier = { .notifier_call = iucv_cpu_notify, };