arp: remove unnecessary export of arp_broken_ops
arp_broken_ops is only used in arp.c Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
bfa5ae63b8
commit
a64de47c09
@ -161,7 +161,7 @@ static const struct neigh_ops arp_direct_ops = {
|
||||
.queue_xmit = dev_queue_xmit,
|
||||
};
|
||||
|
||||
const struct neigh_ops arp_broken_ops = {
|
||||
static const struct neigh_ops arp_broken_ops = {
|
||||
.family = AF_INET,
|
||||
.solicit = arp_solicit,
|
||||
.error_report = arp_error_report,
|
||||
@ -170,7 +170,6 @@ const struct neigh_ops arp_broken_ops = {
|
||||
.hh_output = dev_queue_xmit,
|
||||
.queue_xmit = dev_queue_xmit,
|
||||
};
|
||||
EXPORT_SYMBOL(arp_broken_ops);
|
||||
|
||||
struct neigh_table arp_tbl = {
|
||||
.family = AF_INET,
|
||||
|
Reference in New Issue
Block a user