aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests/autoload.c
diff options
context:
space:
mode:
authorAlex Elder <[email protected]>2021-06-13 09:25:22 -0500
committerDavid S. Miller <[email protected]>2021-06-14 12:43:45 -0700
commitb84b53ee8337ca69512d25295961571fa08a219d (patch)
treed721fc5b59361f823eff065a41a49c2710af598d /tools/testing/selftests/bpf/prog_tests/autoload.c
parentb5ec0705ffe891910e8e615b2efb1c2b292e917c (diff)
net: qualcomm: rmnet: always expose a few functions
A recent change tidied up some conditional code, avoiding the use of some #ifdefs. Unfortunately, if CONFIG_IPV6 was not enabled, it meant that two functions were referenced but never defined. The easiest fix is to just define stubs for these functions if CONFIG_IPV6 is not defined. This will soon be simplified further by some other development in the works... Reported-by: kernel test robot <[email protected]> Fixes: 75db5b07f8c39 ("net: qualcomm: rmnet: eliminate some ifdefs") Signed-off-by: Alex Elder <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/autoload.c')
0 files changed, 0 insertions, 0 deletions