]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - net/atm/clip.c
net: add dev arg to ndo_neigh_construct/destroy
[mirror_ubuntu-zesty-kernel.git] / net / atm / clip.c
index e07f551a863c89705fcbd348f2ac2eb73fd002fe..53b4ac09e7b7d5d6a57f049dc1653c961b052622 100644 (file)
@@ -286,7 +286,7 @@ static const struct neigh_ops clip_neigh_ops = {
        .connected_output =     neigh_direct_output,
 };
 
-static int clip_constructor(struct neighbour *neigh)
+static int clip_constructor(struct net_device *dev, struct neighbour *neigh)
 {
        struct atmarp_entry *entry = neighbour_priv(neigh);