aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/fld/fld_internal.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-11 21:51:13 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-11 21:51:13 -0700
commit0e9ad0efe252f884ce1060ca036740df2f93c92b (patch)
treec48da6ac29bced58efcbfb231759dba0146af098 /drivers/staging/lustre/lustre/fld/fld_internal.h
parentstaging: lustre: fid: remove ccflags from Makefile (diff)
downloadlinux-dev-0e9ad0efe252f884ce1060ca036740df2f93c92b.tar.xz
linux-dev-0e9ad0efe252f884ce1060ca036740df2f93c92b.zip
staging: lustre: fld: remove ccflags from Makefile
Also fix up the relative paths in the .c files to properly build now Cc: Andreas Dilger <andreas.dilger@intel.com> Cc: Oleg Drokin <oleg.drokin@intel.com> Cc: hpdd-discuss <hpdd-discuss@lists.01.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lustre/fld/fld_internal.h')
-rw-r--r--drivers/staging/lustre/lustre/fld/fld_internal.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/lustre/lustre/fld/fld_internal.h b/drivers/staging/lustre/lustre/fld/fld_internal.h
index 1a049b51d865..54fb8ecff8d6 100644
--- a/drivers/staging/lustre/lustre/fld/fld_internal.h
+++ b/drivers/staging/lustre/lustre/fld/fld_internal.h
@@ -41,12 +41,12 @@
#ifndef __FLD_INTERNAL_H
#define __FLD_INTERNAL_H
-#include <lustre/lustre_idl.h>
-#include <dt_object.h>
+#include "../include/lustre/lustre_idl.h"
+#include "../include/dt_object.h"
#include "../../include/linux/libcfs/libcfs.h"
-#include <lustre_req_layout.h>
-#include <lustre_fld.h>
+#include "../include/lustre_req_layout.h"
+#include "../include/lustre_fld.h"
enum {
LUSTRE_FLD_INIT = 1 << 0,