diff mbox series

[net-next] netfilter: nf_flow_table: remove duplicated include from nf_flow_table_ipv6.c

Message ID 1515589626-72041-1-git-send-email-weiyongjun1@huawei.com
State Awaiting Upstream, archived
Delegated to: David Miller
Headers show
Series [net-next] netfilter: nf_flow_table: remove duplicated include from nf_flow_table_ipv6.c | expand

Commit Message

Wei Yongjun Jan. 10, 2018, 1:07 p.m. UTC
Remove duplicated include.

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
---
 net/ipv6/netfilter/nf_flow_table_ipv6.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Pablo Neira Ayuso Jan. 10, 2018, 2:18 p.m. UTC | #1
On Wed, Jan 10, 2018 at 01:07:06PM +0000, Wei Yongjun wrote:
> Remove duplicated include.

I'm going to collapse this patch to:

http://patchwork.ozlabs.org/patch/858284/

and call it "netfilter: remove duplicated include"

So we don't need two patches for the same thing.

OK?
Wei Yongjun Jan. 10, 2018, 2:24 p.m. UTC | #2
> 
> On Wed, Jan 10, 2018 at 01:07:06PM +0000, Wei Yongjun wrote:
> > Remove duplicated include.
> 
> I'm going to collapse this patch to:
> 
> http://patchwork.ozlabs.org/patch/858284/
> 
> and call it "netfilter: remove duplicated include"
> 
> So we don't need two patches for the same thing.
> 
> OK?

OK, I will do that in further. Thanks.

Wei Yongjun
diff mbox series

Patch

diff --git a/net/ipv6/netfilter/nf_flow_table_ipv6.c b/net/ipv6/netfilter/nf_flow_table_ipv6.c
index 0c3b9d3..fff2160 100644
--- a/net/ipv6/netfilter/nf_flow_table_ipv6.c
+++ b/net/ipv6/netfilter/nf_flow_table_ipv6.c
@@ -5,7 +5,6 @@ 
 #include <linux/rhashtable.h>
 #include <linux/ipv6.h>
 #include <linux/netdevice.h>
-#include <linux/ipv6.h>
 #include <net/ipv6.h>
 #include <net/ip6_route.h>
 #include <net/neighbour.h>