The patch titled iucv: fix compilation on s390-up has been removed from the -mm tree. Its filename was iucv-fix-compilation-on-s390-up.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: iucv: fix compilation on s390-up From: Alexey Dobriyan <adobriyan@xxxxxxxxx> 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@xxxxxxxxx> Cc: Heiko Carstens <heiko.carstens@xxxxxxxxxx> Cc: "David S. Miller" <davem@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- net/iucv/iucv.c | 2 -- 1 file changed, 2 deletions(-) diff -puN net/iucv/iucv.c~iucv-fix-compilation-on-s390-up net/iucv/iucv.c --- a/net/iucv/iucv.c~iucv-fix-compilation-on-s390-up +++ a/net/iucv/iucv.c @@ -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) { @@ -565,7 +564,6 @@ static int __cpuinit iucv_cpu_notify(str static struct notifier_block iucv_cpu_notifier = { .notifier_call = iucv_cpu_notify, }; -#endif /** * iucv_sever_pathid _ Patches currently in -mm which might be from adobriyan@xxxxxxxxx are origin.patch git-parisc.patch megaraid-fix-warnings-when-config_proc_fs=n.patch git-watchdog.patch reiserfs-shrink-superblock-if-no-xattrs.patch i386-schedh-inclusion-from-moduleh-is-baack.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html