aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/file_ops.c
diff options
context:
space:
mode:
authorHarish Chegondi <harish.chegondi@intel.com>2017-08-21 18:27:23 -0700
committerDoug Ledford <dledford@redhat.com>2017-08-28 19:12:22 -0400
commit637f4600a8d3be44146ad7fbb5188484c3b0a1d4 (patch)
tree02bea543b80f7737ab0fdb0a8e12e9d03bd968af /drivers/infiniband/hw/hfi1/file_ops.c
parentIB/hfi1: Remove duplicate definitions of num_user_pages() function (diff)
downloadlinux-dev-637f4600a8d3be44146ad7fbb5188484c3b0a1d4.tar.xz
linux-dev-637f4600a8d3be44146ad7fbb5188484c3b0a1d4.zip
IB/hfi1: Move structure definitions from user_exp_rcv.c to user_exp_rcv.h
Clean up user_exp_rcv.c file by moving structure definitions into header file user_exp_rcv.h. Since these structure definitions depend on the structure definitions in mmu_rb.h, move #include "mmu_rb.h" above the include "user_exp_rcv.h" or include of header files that include user_exp_rcv.h Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Harish Chegondi <harish.chegondi@intel.com> Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to '')
-rw-r--r--drivers/infiniband/hw/hfi1/file_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/hfi1/file_ops.c b/drivers/infiniband/hw/hfi1/file_ops.c
index ab8eb2bf48d8..e0fd8fc0a7ab 100644
--- a/drivers/infiniband/hw/hfi1/file_ops.c
+++ b/drivers/infiniband/hw/hfi1/file_ops.c
@@ -58,10 +58,10 @@
#include "device.h"
#include "common.h"
#include "trace.h"
+#include "mmu_rb.h"
#include "user_sdma.h"
#include "user_exp_rcv.h"
#include "aspm.h"
-#include "mmu_rb.h"
#undef pr_fmt
#define pr_fmt(fmt) DRIVER_NAME ": " fmt