From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steffen Klassert Subject: Re: [PATCH net-next] xfrm: Make function xfrm_dev_register static Date: Fri, 19 May 2017 13:15:23 +0200 Message-ID: <20170519111522.GG22049@secunet.com> References: <20170518155138.19962-1-weiyj.lk@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: Herbert Xu , "David S. Miller" , Wei Yongjun , To: Wei Yongjun Return-path: Received: from a.mx.secunet.com ([62.96.220.36]:60970 "EHLO a.mx.secunet.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750793AbdESLP0 (ORCPT ); Fri, 19 May 2017 07:15:26 -0400 Content-Disposition: inline In-Reply-To: <20170518155138.19962-1-weiyj.lk@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On Thu, May 18, 2017 at 03:51:38PM +0000, Wei Yongjun wrote: > From: Wei Yongjun > > Fixes the following sparse warning: > > net/xfrm/xfrm_device.c:141:5: warning: > symbol 'xfrm_dev_register' was not declared. Should it be static? > > Signed-off-by: Wei Yongjun Applied to ipsec-next, thanks!