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)
commit7e5a3ef6b4e6cf9b0a04b8906d02f7c896f5b85c
treec0200b00801cf20eae3248cf66e88ae9165319e7
parent4b1327be9fe57443295ae86fe0fcf24a18469e9f
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