[PATCH net-next] bridge: remove duplicated include from br_multicast.c

From: YueHaibing
Date: Thu Jan 24 2019 - 21:59:51 EST


Remove duplicated include.

Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx>
---
net/bridge/br_multicast.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/net/bridge/br_multicast.c b/net/bridge/br_multicast.c
index 2c46c7a..780757b 100644
--- a/net/bridge/br_multicast.c
+++ b/net/bridge/br_multicast.c
@@ -35,7 +35,6 @@
#include <net/mld.h>
#include <net/ip6_checksum.h>
#include <net/addrconf.h>
-#include <net/ipv6.h>
#endif

#include "br_private.h"
--
2.7.0