Skip to content

Commit

Permalink
[AF_IUCV]: Fix compilation on s390-up
Browse files Browse the repository at this point in the history
  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>
  • Loading branch information
Alexey Dobriyan authored and David S. Miller committed Apr 26, 2007
1 parent 57cd5f7 commit f8a6d97
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions net/iucv/iucv.c
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,6 @@ static void iucv_disable(void)
kfree(iucv_path_table);
}

#ifdef CONFIG_HOTPLUG_CPU
static int __cpuinit iucv_cpu_notify(struct notifier_block *self,
unsigned long action, void *hcpu)
{
Expand Down Expand Up @@ -565,7 +564,6 @@ static int __cpuinit iucv_cpu_notify(struct notifier_block *self,
static struct notifier_block iucv_cpu_notifier = {
.notifier_call = iucv_cpu_notify,
};
#endif

/**
* iucv_sever_pathid
Expand Down

0 comments on commit f8a6d97

Please sign in to comment.