Re: [PATCH net-next] xfrm: Make function xfrm_dev_register static

2017-05-19 Thread Steffen Klassert
On Thu, May 18, 2017 at 03:51:38PM +, 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

[PATCH net-next] xfrm: Make function xfrm_dev_register static

2017-05-18 Thread Wei Yongjun
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 --- net/xfrm/xfrm_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/xfrm/xf