summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/lov/lov_offset.c
diff options
context:
space:
mode:
authorJames Simmons <jsimmons@infradead.org>2017-08-19 22:26:44 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-08-22 18:36:51 -0700
commit2efb9f587760676bd3dff004f532e0ed09460734 (patch)
tree3e95415a7e81e03ec3de6bc5022554a2700f2984 /drivers/staging/lustre/lustre/lov/lov_offset.c
parent873d2e7d4f4d41e302ee9a51768dd68db42b11a4 (diff)
downloadop-kernel-dev-2efb9f587760676bd3dff004f532e0ed09460734.zip
op-kernel-dev-2efb9f587760676bd3dff004f532e0ed09460734.tar.gz
staging: lustre: lov: add include path to Makefile
Rationalize include paths in the lov source code files. Signed-off-by: James Simmons <jsimmons@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lustre/lov/lov_offset.c')
-rw-r--r--drivers/staging/lustre/lustre/lov/lov_offset.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/lustre/lustre/lov/lov_offset.c b/drivers/staging/lustre/lustre/lov/lov_offset.c
index ecca74f..899d12c 100644
--- a/drivers/staging/lustre/lustre/lov/lov_offset.c
+++ b/drivers/staging/lustre/lustre/lov/lov_offset.c
@@ -32,9 +32,9 @@
#define DEBUG_SUBSYSTEM S_LOV
-#include "../../include/linux/libcfs/libcfs.h"
+#include <linux/libcfs/libcfs.h>
-#include "../include/obd_class.h"
+#include <obd_class.h>
#include "lov_internal.h"
OpenPOWER on IntegriCloud