]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/net/dst.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[karo-tx-linux.git] / include / net / dst.h
index cfc0437841665d7ed46a714915c50d723c24901c..1969008783d80f32968b7683b8ed3df558c285ff 100644 (file)
@@ -31,9 +31,9 @@
 struct sk_buff;
 
 struct dst_entry {
+       struct net_device       *dev;
        struct rcu_head         rcu_head;
        struct dst_entry        *child;
-       struct net_device       *dev;
        struct  dst_ops         *ops;
        unsigned long           _metrics;
        unsigned long           expires;