Signed-off-by: kernel test robot <l...@intel.com>
---
 name_distr.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/tipc/name_distr.c b/net/tipc/name_distr.c
index 481d480609f0a..b4f2351259333 100644
--- a/net/tipc/name_distr.c
+++ b/net/tipc/name_distr.c
@@ -320,8 +320,8 @@ static bool tipc_update_nametbl(struct net *net, struct 
distr_item *i,
        return false;
 }
 
-struct sk_buff *tipc_named_dequeue(struct sk_buff_head *namedq,
-                                  u16 *rcv_nxt, bool *open)
+static struct sk_buff *tipc_named_dequeue(struct sk_buff_head *namedq,
+                                         u16 *rcv_nxt, bool *open)
 {
        struct sk_buff *skb, *tmp;
        struct tipc_msg *hdr;

Reply via email to