mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
net: ipmr: Remove nowait arg to ipmr_get_route
ipmr_get_route has 1 caller and the nowait arg is 0. Remove the arg and simplify ipmr_get_route accordingly. Signed-off-by: David Ahern <dsa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
6088986914
commit
9f09eaeae2
3 changed files with 3 additions and 8 deletions
|
@ -120,5 +120,5 @@ struct mfc_cache {
|
|||
struct rtmsg;
|
||||
int ipmr_get_route(struct net *net, struct sk_buff *skb,
|
||||
__be32 saddr, __be32 daddr,
|
||||
struct rtmsg *rtm, int nowait, u32 portid);
|
||||
struct rtmsg *rtm, u32 portid);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue