diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 6b9d4edb7c26..603730804da5 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -974,6 +974,7 @@ struct net_device_ops { | |||
974 | int (*ndo_set_features)(struct net_device *dev, | 974 | int (*ndo_set_features)(struct net_device *dev, |
975 | netdev_features_t features); | 975 | netdev_features_t features); |
976 | int (*ndo_neigh_construct)(struct neighbour *n); | 976 | int (*ndo_neigh_construct)(struct neighbour *n); |
977 | void (*ndo_neigh_destroy)(struct neighbour *n); | ||
977 | }; | 978 | }; |
978 | 979 | ||
979 | /* | 980 | /* |