diff mbox series

[RFC] ila: ila_notify() can be static

Message ID 20171216221848.GA16562@lkp-sb04
State RFC, archived
Delegated to: David Miller
Headers show
Series [RFC] ila: ila_notify() can be static | expand

Commit Message

kernel test robot Dec. 16, 2017, 10:18 p.m. UTC
Fixes: bdefe11e33bb ("ila: Route notify")
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
 ila_lwt.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/net/ipv6/ila/ila_lwt.c b/net/ipv6/ila/ila_lwt.c
index 303c91e..fbf6273 100644
--- a/net/ipv6/ila/ila_lwt.c
+++ b/net/ipv6/ila/ila_lwt.c
@@ -51,7 +51,7 @@  static size_t ila_rslv_msgsize(void)
 	return len;
 }
 
-void ila_notify(struct net *net, struct sk_buff *skb, struct ila_lwt *lwt)
+static void ila_notify(struct net *net, struct sk_buff *skb, struct ila_lwt *lwt)
 {
 	struct ipv6hdr *ip6h = ipv6_hdr(skb);
 	int flags = NLM_F_MULTI;