X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Flinux-2.6%2Fcompat-2.6%2Finclude%2Flinux%2Fnetdevice.h;h=1e354e72740464279f74bada3d5aea7a229512e8;hb=d43e8ef3f41160a8c45f96216faffb4afd957948;hp=b7fe8deb1a42220c66b08a523acaf3165026d195;hpb=2d2a0e309f2464fd2cf77a328b15acc62cfc7c09;p=openvswitch diff --git a/datapath/linux-2.6/compat-2.6/include/linux/netdevice.h b/datapath/linux-2.6/compat-2.6/include/linux/netdevice.h index b7fe8deb..1e354e72 100644 --- a/datapath/linux-2.6/compat-2.6/include/linux/netdevice.h +++ b/datapath/linux-2.6/compat-2.6/include/linux/netdevice.h @@ -73,11 +73,11 @@ extern void unregister_netdevice_queue(struct net_device *dev, extern void unregister_netdevice_many(struct list_head *head); #endif -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,27) +#ifndef HAVE_DEV_DISABLE_LRO extern void dev_disable_lro(struct net_device *dev); #endif -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,29) +#ifndef HAVE_DEV_GET_STATS static inline const struct net_device_stats * dev_get_stats(struct net_device *dev) {