aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/neighbour.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/neighbour.h b/include/net/neighbour.h
index 60bac8112d86..334e92f95bbb 100644
--- a/include/net/neighbour.h
+++ b/include/net/neighbour.h
@@ -122,7 +122,6 @@ struct neigh_ops {
122 void (*error_report)(struct neighbour *, struct sk_buff*); 122 void (*error_report)(struct neighbour *, struct sk_buff*);
123 int (*output)(struct sk_buff*); 123 int (*output)(struct sk_buff*);
124 int (*connected_output)(struct sk_buff*); 124 int (*connected_output)(struct sk_buff*);
125 int (*queue_xmit)(struct sk_buff*);
126}; 125};
127 126
128struct pneigh_entry { 127struct pneigh_entry {