aboutsummaryrefslogtreecommitdiffstats
path: root/net/atm/clip.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/atm/clip.c')
-rw-r--r--net/atm/clip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/atm/clip.c b/net/atm/clip.c
index e07f551a863c..53b4ac09e7b7 100644
--- a/net/atm/clip.c
+++ b/net/atm/clip.c
@@ -286,7 +286,7 @@ static const struct neigh_ops clip_neigh_ops = {
286 .connected_output = neigh_direct_output, 286 .connected_output = neigh_direct_output,
287}; 287};
288 288
289static int clip_constructor(struct neighbour *neigh) 289static int clip_constructor(struct net_device *dev, struct neighbour *neigh)
290{ 290{
291 struct atmarp_entry *entry = neighbour_priv(neigh); 291 struct atmarp_entry *entry = neighbour_priv(neigh);
292 292