[PKTGEN]: make get_ipsec_sa() static and non-inline
authorAdrian Bunk <bunk@stusta.de>
Tue, 31 Jul 2007 01:04:09 +0000 (18:04 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Tue, 31 Jul 2007 09:28:25 +0000 (02:28 -0700)
commitfea1ab0fcf117bc1e9c9285af6463d31d9cc0ac6
tree770c757c612b46baad7630156cdf1aa192b23b8b
parent8aeca8fea5f2de2563e097829d62af30ca2de650
[PKTGEN]: make get_ipsec_sa() static and non-inline

Non-static inline code usually doesn't makes sense.

In this case making is static and non-inline is the correct solution.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/pktgen.c