diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2007-04-26 04:02:51 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-04-26 04:02:51 -0400 |
commit | f8a6d97043f9adc25889876b681998b77f543bfa (patch) | |
tree | 2ce6f60b0d8f81bb218b66e1aa79e92ea54abb4b /net/iucv | |
parent | 57cd5f754e04240ee587c51b7be8d3b7793542ae (diff) |
[AF_IUCV]: Fix compilation on s390-up
CC [M] net/iucv/iucv.o
net/iucv/iucv.c: In function 'iucv_init':
net/iucv/iucv.c:1556: error: 'iucv_cpu_notifier' undeclared (first use in this function)
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/iucv')
-rw-r--r-- | net/iucv/iucv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/iucv/iucv.c b/net/iucv/iucv.c index 1b10d576f222..60f293842a39 100644 --- a/net/iucv/iucv.c +++ b/net/iucv/iucv.c | |||
@@ -519,7 +519,6 @@ static void iucv_disable(void) | |||
519 | kfree(iucv_path_table); | 519 | kfree(iucv_path_table); |
520 | } | 520 | } |
521 | 521 | ||
522 | #ifdef CONFIG_HOTPLUG_CPU | ||
523 | static int __cpuinit iucv_cpu_notify(struct notifier_block *self, | 522 | static int __cpuinit iucv_cpu_notify(struct notifier_block *self, |
524 | unsigned long action, void *hcpu) | 523 | unsigned long action, void *hcpu) |
525 | { | 524 | { |
@@ -565,7 +564,6 @@ static int __cpuinit iucv_cpu_notify(struct notifier_block *self, | |||
565 | static struct notifier_block iucv_cpu_notifier = { | 564 | static struct notifier_block iucv_cpu_notifier = { |
566 | .notifier_call = iucv_cpu_notify, | 565 | .notifier_call = iucv_cpu_notify, |
567 | }; | 566 | }; |
568 | #endif | ||
569 | 567 | ||
570 | /** | 568 | /** |
571 | * iucv_sever_pathid | 569 | * iucv_sever_pathid |