diff mbox series

[-next] RDMA: Remove duplicated include from ib_addr.h

Message ID 20180913134752.22780-1-yuehaibing@huawei.com (mailing list archive)
State Accepted
Headers show
Series [-next] RDMA: Remove duplicated include from ib_addr.h | expand

Commit Message

Yue Haibing Sept. 13, 2018, 1:47 p.m. UTC
Remove duplicated include.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 include/rdma/ib_addr.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Leon Romanovsky Sept. 13, 2018, 3:58 p.m. UTC | #1
On Thu, Sep 13, 2018 at 09:47:52PM +0800, YueHaibing wrote:
> Remove duplicated include.
>
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>
> ---
>  include/rdma/ib_addr.h | 1 -
>  1 file changed, 1 deletion(-)
>

Thanks,
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Doug Ledford Sept. 13, 2018, 5 p.m. UTC | #2
On Thu, 2018-09-13 at 18:58 +0300, Leon Romanovsky wrote:
> On Thu, Sep 13, 2018 at 09:47:52PM +0800, YueHaibing wrote:
> > Remove duplicated include.
> > 
> > Signed-off-by: YueHaibing <yuehaibing@huawei.com>
> > ---
> >  include/rdma/ib_addr.h | 1 -
> >  1 file changed, 1 deletion(-)
> > 
> 
> Thanks,
> Reviewed-by: Leon Romanovsky <leonro@mellanox.com>

Thanks, applied to for-next.
diff mbox series

Patch

diff --git a/include/rdma/ib_addr.h b/include/rdma/ib_addr.h
index 77c7908..8964e84 100644
--- a/include/rdma/ib_addr.h
+++ b/include/rdma/ib_addr.h
@@ -46,7 +46,6 @@ 
 #include <net/ip.h>
 #include <rdma/ib_verbs.h>
 #include <rdma/ib_pack.h>
-#include <net/ipv6.h>
 #include <net/net_namespace.h>
 
 /**