diff options
author | YueHaibing <yuehaibing@huawei.com> | 2018-09-13 16:47:52 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2018-09-13 19:59:56 +0300 |
commit | cb816cd22618b1822667a4c2c80023ffd0261777 (patch) | |
tree | d361e5039ba6c5f680009f212f605e5951ea0403 /include/rdma | |
parent | f6350da41dc728da5a27044bde6f770525ba97d6 (diff) | |
download | linux-cb816cd22618b1822667a4c2c80023ffd0261777.tar.xz |
RDMA: Remove duplicated include from ib_addr.h
Remove duplicated include.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/rdma')
-rw-r--r-- | include/rdma/ib_addr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rdma/ib_addr.h b/include/rdma/ib_addr.h index 2e33b1529015..e09eca91eb18 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> /** |