On Sun, May 11, 2008 at 04:48:04PM -0400, Robert P. J. Day wrote: > diff --git a/drivers/s390/sysinfo.c b/drivers/s390/sysinfo.c > index c3e4ab0..54ee3b5 100644 > --- a/drivers/s390/sysinfo.c > +++ b/drivers/s390/sysinfo.c > @@ -269,7 +269,7 @@ static __init int create_proc_sysinfo(void) > return 0; > } > > -__initcall(create_proc_sysinfo); > +device_initcall(create_proc_sysinfo); Since when and why is __initcall deprecated? -- To unsubscribe from this list: send the line "unsubscribe linux-s390" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html