tls: make tls_sw_free_resources static
authorTobias Klauser <tklauser@distanz.ch>
Thu, 14 Sep 2017 11:22:25 +0000 (13:22 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 14 Sep 2017 16:55:21 +0000 (09:55 -0700)
commita5135676bbf18ab4caed9effd321bd126f9ee11f
tree325036326df6c22b9a27d3f363da1ff24111f633
parentfa5f7b51fc3080c2b195fa87c7eca7c05e56f673
tls: make tls_sw_free_resources static

Make the needlessly global function tls_sw_free_resources static to fix
a gcc/sparse warning.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tls/tls_sw.c