diff options
author | David S. Miller <davem@davemloft.net> | 2011-07-16 21:06:24 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-07-16 21:30:59 -0400 |
commit | 542d4d685febf3110d1a08d0bcb9f6ef060b76f7 (patch) | |
tree | 8bfb9b8c8f7e8d359030781367634269f843d3e3 /include/net | |
parent | b23b5455b6458920179a1f27513ce42e70d11f37 (diff) |
neigh: Kill ndisc_ops->queue_xmit
It is always dev_queue_xmit().
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/neighbour.h | 1 |
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 | ||
128 | struct pneigh_entry { | 127 | struct pneigh_entry { |