]> git.baikalelectronics.ru Git - kernel.git/commit
xfrm: policy: remove xfrm_policy_put_afinfo
authorFlorian Westphal <fw@strlen.de>
Tue, 7 Feb 2017 14:00:18 +0000 (15:00 +0100)
committerSteffen Klassert <steffen.klassert@secunet.com>
Thu, 9 Feb 2017 09:22:18 +0000 (10:22 +0100)
commitc358f62f3e013fb943915a79ff75e3623fc20b27
treeac6bd30dbb606227e956796669a2f07f89a95ad7
parent1ce74d70b7c64ca674cc73f171ed05c937980441
xfrm: policy: remove xfrm_policy_put_afinfo

Alternative is to keep it an make the (unused) afinfo arg const to avoid
the compiler warnings once the afinfo structs get constified.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
net/xfrm/xfrm_policy.c