diff options
Diffstat (limited to 'drivers/infiniband/ulp/ipoib/ipoib.h')
-rw-r--r-- | drivers/infiniband/ulp/ipoib/ipoib.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/infiniband/ulp/ipoib/ipoib.h b/drivers/infiniband/ulp/ipoib/ipoib.h index e23041c7be8f..bea960b8191f 100644 --- a/drivers/infiniband/ulp/ipoib/ipoib.h +++ b/drivers/infiniband/ulp/ipoib/ipoib.h | |||
@@ -51,9 +51,9 @@ | |||
51 | #include <asm/atomic.h> | 51 | #include <asm/atomic.h> |
52 | #include <asm/semaphore.h> | 52 | #include <asm/semaphore.h> |
53 | 53 | ||
54 | #include <ib_verbs.h> | 54 | #include <rdma/ib_verbs.h> |
55 | #include <ib_pack.h> | 55 | #include <rdma/ib_pack.h> |
56 | #include <ib_sa.h> | 56 | #include <rdma/ib_sa.h> |
57 | 57 | ||
58 | /* constants */ | 58 | /* constants */ |
59 | 59 | ||