projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bb3e10
)
bridge: remove duplicated include from br_multicast.c
author
YueHaibing
<yuehaibing@huawei.com>
Fri, 25 Jan 2019 02:59:09 +0000
(10:59 +0800)
committer
David S. Miller
<davem@davemloft.net>
Fri, 25 Jan 2019 06:49:57 +0000
(22:49 -0800)
Remove duplicated include.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_multicast.c
patch
|
blob
|
history
diff --git
a/net/bridge/br_multicast.c
b/net/bridge/br_multicast.c
index 2c46c7aca57108e3196c324ee8f5a46c38b59630..780757b7a82f7580683b7f8a41ba7f6494740ad0 100644
(file)
--- 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"