OSDN Git Service

net: Remove protocol from struct dst_ops
[uclinux-h8/linux.git] / net / decnet / dn_route.c
index 7718155..9ab0c4b 100644 (file)
@@ -136,7 +136,6 @@ int decnet_dst_gc_interval = 2;
 
 static struct dst_ops dn_dst_ops = {
        .family =               PF_DECnet,
-       .protocol =             cpu_to_be16(ETH_P_DNA_RT),
        .gc_thresh =            128,
        .gc =                   dn_dst_gc,
        .check =                dn_dst_check,