From: Gerald Schaefer Date: Thu, 29 Jun 2006 12:57:58 +0000 (+0200) Subject: [S390] add __cpuinit to appldata cpu hotplug notifier. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9faf06547efe11ccb51678c6805037c7377b85ee;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git [S390] add __cpuinit to appldata cpu hotplug notifier. Signed-off-by: Gerald Schaefer Signed-off-by: Martin Schwidefsky --- diff --git a/arch/s390/appldata/appldata_base.c b/arch/s390/appldata/appldata_base.c index 54d35c13090..f549a80cedb 100644 --- a/arch/s390/appldata/appldata_base.c +++ b/arch/s390/appldata/appldata_base.c @@ -633,7 +633,7 @@ appldata_offline_cpu(int cpu) spin_unlock(&appldata_timer_lock); } -static int +static int __cpuinit appldata_cpu_notify(struct notifier_block *self, unsigned long action, void *hcpu) {