[NET]: Annotate dst_ops protocol
[linux-2.6-microblaze.git] / include / net / dst.h
index a8d825f..e156e38 100644 (file)
@@ -84,7 +84,7 @@ struct dst_entry
 struct dst_ops
 {
        unsigned short          family;
-       unsigned short          protocol;
+       __be16                  protocol;
        unsigned                gc_thresh;
 
        int                     (*gc)(void);