diff options
author | David S. Miller <davem@davemloft.net> | 2011-07-16 17:39:57 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-07-16 17:39:57 -0700 |
commit | 47ec132a40d788d45e2f088545dea68798034dab (patch) | |
tree | f3089b58b4ef12cca150bdd4bf213d8a627a0035 /net/atm | |
parent | 0895b08adeb3f660cdff21990d0a9c2b59a919e7 (diff) | |
download | linux-3.10-47ec132a40d788d45e2f088545dea68798034dab.tar.gz linux-3.10-47ec132a40d788d45e2f088545dea68798034dab.tar.bz2 linux-3.10-47ec132a40d788d45e2f088545dea68798034dab.zip |
neigh: Kill neigh_ops->hh_output
It's always dev_queue_xmit().
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/atm')
-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 1d4be60e139..036cd43c13a 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, - .hh_output = dev_queue_xmit, .queue_xmit = dev_queue_xmit, }; |