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
-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]>
---