From 8294569118bbce3b14745a5bf3d4b35c807a1ce2 Mon Sep 17 00:00:00 2001 From: Heiko Carstens Date: Mon, 9 Jun 2008 15:49:57 -0700 Subject: [PATCH] --- yaml --- r: 102695 b: refs/heads/master c: f1494ed1d318542baa9480cfd44d040a92635129 h: refs/heads/master i: 102693: 7ac563ab3d55be4852ca4b53ce568448c062197d 102691: 53ebcea06ab83f78da75ac7470c9e9ddd5b59aeb 102687: cb01e13c23654463bdd6a95eeb941cc17a0b947e v: v3 --- [refs] | 2 +- trunk/net/iucv/iucv.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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, };