Stephen Hemminger wrote:
On Tue, 30 Oct 2007 16:11:47 +0300
Alexey Dobriyan <[EMAIL PROTECTED]> wrote:
+static const struct file_operations ipv6_route_proc_fops = {
+ .open = ipv6_route_open,
+ .read = seq_read,
+ .llseek = seq_lseek,
+ .release = single_release,
+};
+
This needs
.owner = THIS_MODULE,
Your ip_queue conversion patch was also missing this, I've
fixed it up.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html