diff options
author | David S. Miller <davem@davemloft.net> | 2011-07-16 18:06:24 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-07-16 18:30:59 -0700 |
commit | 542d4d685febf3110d1a08d0bcb9f6ef060b76f7 (patch) | |
tree | 8bfb9b8c8f7e8d359030781367634269f843d3e3 /include/net | |
parent | b23b5455b6458920179a1f27513ce42e70d11f37 (diff) | |
download | op-kernel-dev-542d4d685febf3110d1a08d0bcb9f6ef060b76f7.zip op-kernel-dev-542d4d685febf3110d1a08d0bcb9f6ef060b76f7.tar.gz |
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 60bac81..334e92f 100644 --- a/include/net/neighbour.h +++ b/include/net/neighbour.h @@ -122,7 +122,6 @@ struct neigh_ops { void (*error_report)(struct neighbour *, struct sk_buff*); int (*output)(struct sk_buff*); int (*connected_output)(struct sk_buff*); - int (*queue_xmit)(struct sk_buff*); }; struct pneigh_entry { |