]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/net/dst_ops.h
net: Remove protocol from struct dst_ops
[karo-tx-linux.git] / include / net / dst_ops.h
index 1f99a1de0e4ff419b5a9f137298e0c0b3182f7a8..d64253914a6ab6406d92becb4c44fbdec8af17e2 100644 (file)
@@ -12,7 +12,6 @@ struct sock;
 
 struct dst_ops {
        unsigned short          family;
-       __be16                  protocol;
        unsigned int            gc_thresh;
 
        int                     (*gc)(struct dst_ops *ops);