aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/mdc/mdc_internal.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-11 22:04:56 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-11 22:04:56 -0700
commit05932307435e66978f82c16fb479fd43d0f69311 (patch)
tree31bdd608a349425fe7859b280afe21b7a81dc835 /drivers/staging/lustre/lustre/mdc/mdc_internal.h
parentstaging: lustre: lvfs: remove ccflags from Makefile (diff)
downloadlinux-dev-05932307435e66978f82c16fb479fd43d0f69311.tar.xz
linux-dev-05932307435e66978f82c16fb479fd43d0f69311.zip
staging: lustre: mdc: 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/mdc/mdc_internal.h')
-rw-r--r--drivers/staging/lustre/lustre/mdc/mdc_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/lustre/lustre/mdc/mdc_internal.h b/drivers/staging/lustre/lustre/mdc/mdc_internal.h
index c78bf003c2c5..8a7ec6d8b137 100644
--- a/drivers/staging/lustre/lustre/mdc/mdc_internal.h
+++ b/drivers/staging/lustre/lustre/mdc/mdc_internal.h
@@ -37,8 +37,8 @@
#ifndef _MDC_INTERNAL_H
#define _MDC_INTERNAL_H
-#include <lustre_mdc.h>
-#include <lustre_mds.h>
+#include "../include/lustre_mdc.h"
+#include "../include/lustre_mds.h"
#ifdef LPROCFS
void lprocfs_mdc_init_vars(struct lprocfs_static_vars *lvars);