neigh: Kill neigh_ops->hh_output
It's always dev_queue_xmit(). Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@ -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,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user