Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278338
b: refs/heads/master
c: 78a8a36
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Dec 4, 2011
1 parent 35797c3 commit ad606a2
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 119 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: ccb1352e76cff0524e7ccb2074826a092dd13016
refs/heads/master: 78a8a36fe0b2cee5a0a7360107815cbcad5b4003
9 changes: 0 additions & 9 deletions trunk/include/net/ndisc.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,4 @@ int ndisc_ifinfo_sysctl_strategy(ctl_table *ctl,
extern void inet6_ifinfo_notify(int event,
struct inet6_dev *idev);

static inline struct neighbour * ndisc_get_neigh(struct net_device *dev, const struct in6_addr *addr)
{

if (dev)
return __neigh_lookup_errno(&nd_tbl, addr, dev);

return ERR_PTR(-ENODEV);
}

#endif
Loading

0 comments on commit ad606a2

Please sign in to comment.