[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20081124103947.32307e7b@extreme>
Date: Mon, 24 Nov 2008 10:39:47 -0800
From: Stephen Hemminger <shemminger@...tta.com>
To: David Miller <davem@...emloft.net>
Cc: netdev@...r.kernel.org
Subject: [PATCH] netdev: add HAVE_NET_DEVICE_OPS
As a concession to vendors who have to deal with one source for different
kernel versions, add a HAVE_NET_DEVICE_OPS so they don't end up hard
coding ifdef against kernel version.
Signed-off-by: Stephen Hemminger <shemminger@...tta.com>
--- a/include/linux/netdevice.h 2008-11-23 08:49:59.000000000 -0800
+++ b/include/linux/netdevice.h 2008-11-23 08:50:16.000000000 -0800
@@ -545,6 +545,7 @@ struct netdev_queue {
*
* void (*ndo_poll_controller)(struct net_device *dev);
*/
+#define HAVE_NET_DEVICE_OPS
struct net_device_ops {
int (*ndo_init)(struct net_device *dev);
void (*ndo_uninit)(struct net_device *dev);
--
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