From: Randy Dunlap <rdun...@infradead.org>
Date: Fri, 22 May 2020 13:05:26 -0700

> From: Randy Dunlap <rdun...@infradead.org>
> 
> 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 <rdun...@infradead.org>
> Cc: Yotam Gigi <yotam...@gmail.com>
> Cc: Cong Wang <xiyou.wangc...@gmail.com>
> ---
> v2: Just bracket the new tunnel support code inside ifdef/endif (Cong Wang).

Applied, thanks Randy.

Reply via email to