aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/mroute.h
diff options
context:
space:
mode:
authorDavid Ahern <dsa@cumulusnetworks.com>2017-01-06 17:39:06 -0800
committerDavid S. Miller <davem@davemloft.net>2017-01-08 17:14:35 -0500
commit9f09eaeae28a0c67b8fc2b5acb411a5d4fd8cc80 (patch)
treea5c80808b15c106fae1017c471171d63b57710b0 /include/linux/mroute.h
parentliquidio: simplify octeon_flush_iq() (diff)
downloadwireguard-linux-9f09eaeae28a0c67b8fc2b5acb411a5d4fd8cc80.tar.xz
wireguard-linux-9f09eaeae28a0c67b8fc2b5acb411a5d4fd8cc80.zip
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>
Diffstat (limited to 'include/linux/mroute.h')
-rw-r--r--include/linux/mroute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mroute.h b/include/linux/mroute.h
index e5fb81376e92..f019b62f27b5 100644
--- a/include/linux/mroute.h
+++ b/include/linux/mroute.h
@@ -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