diff options
author | Andy Zhou <azhou@nicira.com> | 2014-10-06 15:15:14 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-10-07 00:10:49 -0400 |
commit | 7c5df8fa1921450d2210db9928f43cf4f414982c (patch) | |
tree | c07aad48037b63739a302aaf27604f780809440b /net/core/gen_stats.c | |
parent | 0a5d1c55faa5414858857875496f6f6a9926fa51 (diff) | |
download | linux-7c5df8fa1921450d2210db9928f43cf4f414982c.tar.gz linux-7c5df8fa1921450d2210db9928f43cf4f414982c.tar.bz2 linux-7c5df8fa1921450d2210db9928f43cf4f414982c.zip |
openvswitch: fix a compilation error when CONFIG_INET is not setW!
Fix a openvswitch compilation error when CONFIG_INET is not set:
=====================================================
In file included from include/net/geneve.h:4:0,
from net/openvswitch/flow_netlink.c:45:
include/net/udp_tunnel.h: In function 'udp_tunnel_handle_offloads':
>> include/net/udp_tunnel.h:100:2: error: implicit declaration of function 'iptunnel_handle_offloads' [-Werror=implicit-function-declaration]
>> return iptunnel_handle_offloads(skb, udp_csum, type);
>> ^
>> >> include/net/udp_tunnel.h:100:2: warning: return makes pointer from integer without a cast
>> >> cc1: some warnings being treated as errors
=====================================================
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Andy Zhou <azhou@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/gen_stats.c')
0 files changed, 0 insertions, 0 deletions