summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/ldlm/ldlm_plain.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-11 22:29:36 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-11 22:29:36 -0700
commite27db14919269176ec040479d199225a37aafb8c (patch)
tree44f2685183f1a7948236229714d60457bf980643 /drivers/staging/lustre/lustre/ldlm/ldlm_plain.c
parent7f2d973a7c4cb6fda470a65d0fc953dbc06fe64a (diff)
downloadop-kernel-dev-e27db14919269176ec040479d199225a37aafb8c.zip
op-kernel-dev-e27db14919269176ec040479d199225a37aafb8c.tar.gz
staging: lustre: ptlrpc/ldlm: remove ccflags from Makefile
Fix up the relative paths in the .c files to properly build with the Makefile change. 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/ldlm/ldlm_plain.c')
-rw-r--r--drivers/staging/lustre/lustre/ldlm/ldlm_plain.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/lustre/lustre/ldlm/ldlm_plain.c b/drivers/staging/lustre/lustre/ldlm/ldlm_plain.c
index ec29e28..a1fe2c16 100644
--- a/drivers/staging/lustre/lustre/ldlm/ldlm_plain.c
+++ b/drivers/staging/lustre/lustre/ldlm/ldlm_plain.c
@@ -52,9 +52,9 @@
#define DEBUG_SUBSYSTEM S_LDLM
-#include <lustre_dlm.h>
-#include <obd_support.h>
-#include <lustre_lib.h>
+#include "../include/lustre_dlm.h"
+#include "../include/obd_support.h"
+#include "../include/lustre_lib.h"
#include "ldlm_internal.h"
OpenPOWER on IntegriCloud