diff options
Diffstat (limited to 'driver/rdma.c')
-rw-r--r-- | driver/rdma.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/driver/rdma.c b/driver/rdma.c index c08eef9..b1d939a 100644 --- a/driver/rdma.c +++ b/driver/rdma.c @@ -9,11 +9,7 @@ #include <linux/hugetlb.h> #include <linux/cdev.h> -#include "config.h" -#include "compat.h" -#include "pciDriver.h" -#include "common.h" -#include "rdma.h" +#include "base.h" static unsigned long pcidriver_follow_pte(struct mm_struct *mm, unsigned long address) { |