summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-11 23:49:54 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-11 23:49:54 -0700
commit490e7dd4f975f6a415b39cd2843eb1f4f663116f (patch)
tree4c8cf64c2db2a7d00052d7eef4ae85cffcbfaa4f /drivers/staging/lustre
parente327dc882d1136882889ae5a302a06e4a591ed9c (diff)
downloadtalos-op-linux-490e7dd4f975f6a415b39cd2843eb1f4f663116f.tar.gz
talos-op-linux-490e7dd4f975f6a415b39cd2843eb1f4f663116f.zip
staging: lustre: fix makefile build breakage
Forgot to test with infiniband enabled. Reported-by: kbuild test robot <fengguang.wu@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre')
-rw-r--r--drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.h b/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.h
index ce05d558b223..2ca753d42ca8 100644
--- a/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.h
+++ b/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.h
@@ -62,10 +62,10 @@
#define DEBUG_SUBSYSTEM S_LND
-#include <linux/libcfs/libcfs.h>
-#include <linux/lnet/lnet.h>
-#include <linux/lnet/lib-lnet.h>
-#include <linux/lnet/lnet-sysctl.h>
+#include "../../../include/linux/libcfs/libcfs.h"
+#include "../../../include/linux/lnet/lnet.h"
+#include "../../../include/linux/lnet/lib-lnet.h"
+#include "../../../include/linux/lnet/lnet-sysctl.h"
#include <rdma/rdma_cm.h>
#include <rdma/ib_cm.h>
OpenPOWER on IntegriCloud