Re: [PATCH] S390: Replace deprecated "__initcall" with equivalent "device_initcall".

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Kernel Development]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Info]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Linux Media]     [Device Mapper]

  Powered by Linux