[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180913133223.14984-1-yuehaibing@huawei.com>
Date: Thu, 13 Sep 2018 21:32:23 +0800
From: YueHaibing <yuehaibing@...wei.com>
To: <davem@...emloft.net>
CC: <linux-kernel@...r.kernel.org>, <netdev@...r.kernel.org>,
YueHaibing <yuehaibing@...wei.com>
Subject: [PATCH net-next] vxlan: Remove duplicated include from vxlan.h
Remove duplicated include.
Signed-off-by: YueHaibing <yuehaibing@...wei.com>
---
include/net/vxlan.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/net/vxlan.h b/include/net/vxlan.h
index b99a02ae..7ef1517 100644
--- a/include/net/vxlan.h
+++ b/include/net/vxlan.h
@@ -5,7 +5,6 @@
#include <linux/if_vlan.h>
#include <net/udp_tunnel.h>
#include <net/dst_metadata.h>
-#include <net/udp_tunnel.h>
/* VXLAN protocol (RFC 7348) header:
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
--
2.7.0
Powered by blists - more mailing lists