diff options
-rw-r--r-- | include/linux/netdevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 1c4ddb37f2b5..21440e31fdab 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -975,7 +975,7 @@ struct net_device_ops { | |||
975 | int (*ndo_set_features)(struct net_device *dev, | 975 | int (*ndo_set_features)(struct net_device *dev, |
976 | netdev_features_t features); | 976 | netdev_features_t features); |
977 | int (*ndo_neigh_construct)(struct neighbour *n); | 977 | int (*ndo_neigh_construct)(struct neighbour *n); |
978 | int (*ndo_neigh_destroy)(struct neighbour *n); | 978 | void (*ndo_neigh_destroy)(struct neighbour *n); |
979 | }; | 979 | }; |
980 | 980 | ||
981 | /* | 981 | /* |