Re: netlink init order

From: viro (viro@parcelfarce.linux.theplanet.co.uk)
Date: Sun May 25 2003 - 21:53:27 EST


On Sun, May 25, 2003 at 07:22:56PM -0700, Linus Torvalds wrote:

> +__initcall(init_netlink);
> +__exitcall(cleanup_netlink);

Err... That should be

+module_init(init_netlink)
+module_exit(cleanup_netlink)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/