Merge citrix branch into master.
[openvswitch] / datapath / linux-2.6 / compat-2.6 / include / linux / netdevice.h
index d29151339be6c377c7eb9203f3de0d1b87fad715..b7182832999dd9da3a44207d72a2c89327ad2fcb 100644 (file)
@@ -16,8 +16,7 @@ struct net;
 #endif
 
 #ifndef to_net_dev
-#define to_net_dev(class) \
-       container_of(class, struct net_device, NETDEV_DEV_MEMBER)
+#define to_net_dev(class) container_of(class, struct net_device, NETDEV_DEV_MEMBER)
 #endif
 
 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,26)