From: Randy Dunlap <[email protected]> Date: Fri, 22 May 2020 13:05:26 -0700
> From: Randy Dunlap <[email protected]> > > 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 <[email protected]> > Cc: Yotam Gigi <[email protected]> > Cc: Cong Wang <[email protected]> > --- > v2: Just bracket the new tunnel support code inside ifdef/endif (Cong Wang). Applied, thanks Randy.

