diff options
Diffstat (limited to 'net/rds')
-rw-r--r-- | net/rds/ib.h | 1 | ||||
-rw-r--r-- | net/rds/iw.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net/rds/ib.h b/net/rds/ib.h index 4297d92788dc..edfaaaf164eb 100644 --- a/net/rds/ib.h +++ b/net/rds/ib.h | |||
@@ -3,6 +3,7 @@ | |||
3 | 3 | ||
4 | #include <rdma/ib_verbs.h> | 4 | #include <rdma/ib_verbs.h> |
5 | #include <rdma/rdma_cm.h> | 5 | #include <rdma/rdma_cm.h> |
6 | #include <linux/interrupt.h> | ||
6 | #include <linux/pci.h> | 7 | #include <linux/pci.h> |
7 | #include <linux/slab.h> | 8 | #include <linux/slab.h> |
8 | #include "rds.h" | 9 | #include "rds.h" |
diff --git a/net/rds/iw.h b/net/rds/iw.h index 90151922178c..04ce3b193f79 100644 --- a/net/rds/iw.h +++ b/net/rds/iw.h | |||
@@ -1,6 +1,7 @@ | |||
1 | #ifndef _RDS_IW_H | 1 | #ifndef _RDS_IW_H |
2 | #define _RDS_IW_H | 2 | #define _RDS_IW_H |
3 | 3 | ||
4 | #include <linux/interrupt.h> | ||
4 | #include <rdma/ib_verbs.h> | 5 | #include <rdma/ib_verbs.h> |
5 | #include <rdma/rdma_cm.h> | 6 | #include <rdma/rdma_cm.h> |
6 | #include "rds.h" | 7 | #include "rds.h" |