Re: [PATCH 01/02 V3] net/ipv6: seperate sit driver to extra module

2006-10-13 Thread Jan Dittmer
David Miller wrote: > From: Joerg Roedel <[EMAIL PROTECTED]> > Date: Fri, 13 Oct 2006 21:17:45 +0200 > >> On Fri, Oct 13, 2006 at 08:12:06PM +0200, Jan Dittmer wrote: >>> This is missing the MODULE_LICENSE statements and taints the kernel upon >>> loading. L

Re: [PATCH 01/02 V3] net/ipv6: seperate sit driver to extra module

2006-10-13 Thread Jan Dittmer
-05 16:55:02.0 +0200 > @@ -850,3 +850,6 @@ int __init sit_init(void) > inet_del_protocol(&sit_protocol, IPPROTO_IPV6); > goto out; > } > + > +module_init(sit_init); > +module_exit(sit_cleanup); Signed-off-by: Jan Dittmer <[EMAIL PROTECTED]> ---