]> git.baikalelectronics.ru Git - kernel.git/commit
pktgen: Remove fill_imix_distribution() CONFIG_XFRM dependency
authorNick Richardson <richardsonnick@google.com>
Wed, 18 Aug 2021 01:31:26 +0000 (01:31 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 18 Aug 2021 10:41:13 +0000 (11:41 +0100)
commit15ff75a6246a6268da8a2f5f8512cd994920f7fe
treec0200b00801cf20eae3248cf66e88ae9165319e7
parent73321178b66bb1c20d3b8912f591b73b15cd3453
pktgen: Remove fill_imix_distribution() CONFIG_XFRM dependency

Currently, the declaration of fill_imix_distribution() is dependent
on CONFIG_XFRM. This is incorrect.

Move fill_imix_distribution() declaration out of #ifndef CONFIG_XFRM
block.

Signed-off-by: Nick Richardson <richardsonnick@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/pktgen.c