diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-05-22 13:05:26 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-05-23 16:36:05 -0700 |
commit | 07a7f30819475a6f058df6bba5150c50e7942cfb (patch) | |
tree | a17c8205a35fbc69ad73ca8a45655f8f1b5343de /Documentation/sh | |
parent | 0465d8f830dc40714db6c02e1db28b30206a82f7 (diff) |
net: psample: fix build error when CONFIG_INET is not enabled
Fix psample build error when CONFIG_INET is not set/enabled by
bracketing the tunnel code in #ifdef CONFIG_NET / #endif.
../net/psample/psample.c: In function ‘__psample_ip_tun_to_nlattr’:
../net/psample/psample.c:216:25: error: implicit declaration of function ‘ip_tunnel_info_opts’; did you mean ‘ip_tunnel_info_opts_set’? [-Werror=implicit-function-declaration]
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Yotam Gigi <yotam.gi@gmail.com>
Cc: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/sh')
0 files changed, 0 insertions, 0 deletions