]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/atm/clip.c
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux...
[karo-tx-linux.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);