Re: [PATCH] tls: make tls_sw_free_resources static

2017-09-14 Thread David Miller
From: Tobias Klauser Date: Thu, 14 Sep 2017 13:22:25 +0200 > Make the needlessly global function tls_sw_free_resources static to fix > a gcc/sparse warning. > > Signed-off-by: Tobias Klauser Applied.

[PATCH] tls: make tls_sw_free_resources static

2017-09-14 Thread Tobias Klauser
Make the needlessly global function tls_sw_free_resources static to fix a gcc/sparse warning. Signed-off-by: Tobias Klauser --- net/tls/tls_sw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/tls/tls_sw.c b/net/tls/tls_sw.c index fa596fa71ba7..7d80040a37b6 100644 --- a/n