Revert "ipv4: tunnel: fix compilation on ARCH=um"

This reverts commit 06a7a37be5.

The bug was already fixed, this added a dup include.

Reported-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2020-08-12 13:26:37 -07:00
parent 2e0d8fef5f
commit 9643609423
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@
#include <net/geneve.h>
#include <net/vxlan.h>
#include <net/erspan.h>
#include <net/ip6_checksum.h>
const struct ip_tunnel_encap_ops __rcu *
iptun_encaps[MAX_IPTUN_ENCAP_OPS] __read_mostly;