diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2016-03-02 19:37:30 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2016-03-02 19:37:30 +0100 |
commit | 1120e8745ccd3e512fe2016c9e5092fcd378490a (patch) | |
tree | 0e89ac6cd82c213a78d79d10d3fecff06f21127d /driver/rdma.c | |
parent | 01e857cca352e73243d00b62a0c248a35cea6b71 (diff) | |
download | pcitool-1120e8745ccd3e512fe2016c9e5092fcd378490a.tar.gz pcitool-1120e8745ccd3e512fe2016c9e5092fcd378490a.tar.bz2 pcitool-1120e8745ccd3e512fe2016c9e5092fcd378490a.tar.xz pcitool-1120e8745ccd3e512fe2016c9e5092fcd378490a.zip |
Restructure driver headers
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) { |