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:
parent
2e0d8fef5f
commit
9643609423
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue