summaryrefslogtreecommitdiff
path: root/drivers/staging/lustre/lustre/lvfs/lvfs_lib.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-11 22:02:26 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-11 22:02:26 -0700
commite0a30a6b7c0f67587c6d861b2fb72160ef68c730 (patch)
tree5192a1d4cdbeb6e9127999dcdcfd9acdcbae59a8 /drivers/staging/lustre/lustre/lvfs/lvfs_lib.c
parent0cf0f7a7222eaea376813ca6df458b85e95e60a2 (diff)
staging: lustre: lvfs: 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/lvfs/lvfs_lib.c')
-rw-r--r--drivers/staging/lustre/lustre/lvfs/lvfs_lib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/lustre/lustre/lvfs/lvfs_lib.c b/drivers/staging/lustre/lustre/lvfs/lvfs_lib.c
index 7e47fc4a7e4e..cfc4f896b127 100644
--- a/drivers/staging/lustre/lustre/lvfs/lvfs_lib.c
+++ b/drivers/staging/lustre/lustre/lvfs/lvfs_lib.c
@@ -40,8 +40,8 @@
* Author: Andreas Dilger <adilger@clusterfs.com>
*/
#include <linux/module.h>
-#include <lustre_lib.h>
-#include <lprocfs_status.h>
+#include "../include/lustre_lib.h"
+#include "../include/lprocfs_status.h"
void lprocfs_counter_add(struct lprocfs_stats *stats, int idx, long amount)
{