[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20081119.212716.85235118.davem@davemloft.net>
Date: Wed, 19 Nov 2008 21:27:16 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: shemminger@...tta.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH 01/33] netdev: network device operations infrastructure
From: David Miller <davem@...emloft.net>
Date: Wed, 19 Nov 2008 21:26:50 -0800 (PST)
> Ok, I'm applying this but it needs the following interdiff to cure some
> build failures.
Durrr! And here is that interdiff!
--- net/core/dev.c~ 2008-11-19 17:36:28.000000000 -0800
+++ net/core/dev.c 2008-11-19 17:36:56.000000000 -0800
@@ -4037,7 +4037,9 @@ int register_netdevice(struct net_device
dev->vlan_rx_register = ops->vlan_rx_register;
dev->vlan_rx_add_vid = ops->vlan_rx_add_vid;
dev->vlan_rx_kill_vid = ops->vlan_rx_kill_vid;
+#ifdef CONFIG_NET_POLL_CONTROLLER
dev->poll_controller = ops->poll_controller;
+#endif
} else {
char drivername[64];
pr_info("%s (%s): not using net_device_ops yet\n",
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists