diff options
Diffstat (limited to 'arch/s390/appldata/appldata_base.c')
-rw-r--r-- | arch/s390/appldata/appldata_base.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390/appldata/appldata_base.c b/arch/s390/appldata/appldata_base.c index 67d5cf9cba83..b8c237290263 100644 --- a/arch/s390/appldata/appldata_base.c +++ b/arch/s390/appldata/appldata_base.c | |||
@@ -561,7 +561,6 @@ appldata_offline_cpu(int cpu) | |||
561 | spin_unlock(&appldata_timer_lock); | 561 | spin_unlock(&appldata_timer_lock); |
562 | } | 562 | } |
563 | 563 | ||
564 | #ifdef CONFIG_HOTPLUG_CPU | ||
565 | static int __cpuinit | 564 | static int __cpuinit |
566 | appldata_cpu_notify(struct notifier_block *self, | 565 | appldata_cpu_notify(struct notifier_block *self, |
567 | unsigned long action, void *hcpu) | 566 | unsigned long action, void *hcpu) |
@@ -582,7 +581,6 @@ appldata_cpu_notify(struct notifier_block *self, | |||
582 | static struct notifier_block appldata_nb = { | 581 | static struct notifier_block appldata_nb = { |
583 | .notifier_call = appldata_cpu_notify, | 582 | .notifier_call = appldata_cpu_notify, |
584 | }; | 583 | }; |
585 | #endif | ||
586 | 584 | ||
587 | /* | 585 | /* |
588 | * appldata_init() | 586 | * appldata_init() |