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 /net/atm/clip.c | |
parent | b23b5455b6458920179a1f27513ce42e70d11f37 (diff) | |
download | linux-3.10-542d4d685febf3110d1a08d0bcb9f6ef060b76f7.tar.gz linux-3.10-542d4d685febf3110d1a08d0bcb9f6ef060b76f7.tar.bz2 linux-3.10-542d4d685febf3110d1a08d0bcb9f6ef060b76f7.zip |
neigh: Kill ndisc_ops->queue_xmit
It is always dev_queue_xmit().
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/atm/clip.c')
-rw-r--r-- | net/atm/clip.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/atm/clip.c b/net/atm/clip.c index 036cd43c13a..40d73689967 100644 --- a/net/atm/clip.c +++ b/net/atm/clip.c @@ -273,7 +273,6 @@ static const struct neigh_ops clip_neigh_ops = { .error_report = clip_neigh_error, .output = dev_queue_xmit, .connected_output = dev_queue_xmit, - .queue_xmit = dev_queue_xmit, }; static int clip_constructor(struct neighbour *neigh) |