X-Git-Url: http://git.monstr.eu/?p=linux-2.6-microblaze.git;a=blobdiff_plain;f=include%2Fnet%2Fdst.h;h=e156e38e4ac37db61db754822e59877299e2f9a0;hp=a8d825f90305a751447c207d140853c9bf79c523;hb=d77072ecfb6d28287d5e2a61d60d87a3a444ac97;hpb=75b31c33512f46bf650f4652272d8bef39881890 diff --git a/include/net/dst.h b/include/net/dst.h index a8d825f90305..e156e38e4ac3 100644 --- a/include/net/dst.h +++ b/include/net/dst.h @@ -84,7 +84,7 @@ struct dst_entry struct dst_ops { unsigned short family; - unsigned short protocol; + __be16 protocol; unsigned gc_thresh; int (*gc)(void);