Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214808
b: refs/heads/master
c: a64de47
h: refs/heads/master
v: v3
  • Loading branch information
stephen hemminger authored and David S. Miller committed Sep 30, 2010
1 parent fb7f633 commit 409a413
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bfa5ae63b823f4ffd3483a05f60a93a4a7b7d680
refs/heads/master: a64de47c091e4a337fa9763315cb6f2fbf0c583b
2 changes: 0 additions & 2 deletions trunk/include/net/arp.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,4 @@ extern struct sk_buff *arp_create(int type, int ptype, __be32 dest_ip,
const unsigned char *target_hw);
extern void arp_xmit(struct sk_buff *skb);

extern const struct neigh_ops arp_broken_ops;

#endif /* _ARP_H */
3 changes: 1 addition & 2 deletions trunk/net/ipv4/arp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit 409a413

Please sign in to comment.