aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/include/linux/lustre_compat25.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-11 21:34:24 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-11 21:34:24 -0700
commit1accaadf2af8b871601d8b1cc8a06dce87b6a435 (patch)
treeecf5732e6a6fa68b177bfd0ad84d380ce69d75d5 /drivers/staging/lustre/lustre/include/linux/lustre_compat25.h
parentstaging: lustre: libcfs: remove ccflags from Makefile (diff)
downloadlinux-dev-1accaadf2af8b871601d8b1cc8a06dce87b6a435.tar.xz
linux-dev-1accaadf2af8b871601d8b1cc8a06dce87b6a435.zip
staging: lustre: fix include relative paths
In drivers/staging/lustre/lustre/include there was a bunch of .h files relying on ccflags to be set up right. Make all of them proper relative paths so that ccflags for different subdirs can be now removed. 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/include/linux/lustre_compat25.h')
-rw-r--r--drivers/staging/lustre/lustre/include/linux/lustre_compat25.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/include/linux/lustre_compat25.h b/drivers/staging/lustre/lustre/include/linux/lustre_compat25.h
index d9d7ebb5683f..8621bac5058b 100644
--- a/drivers/staging/lustre/lustre/include/linux/lustre_compat25.h
+++ b/drivers/staging/lustre/lustre/include/linux/lustre_compat25.h
@@ -41,7 +41,7 @@
#include <linux/namei.h>
#include "../../../include/linux/libcfs/linux/portals_compat25.h"
-#include <linux/lustre_patchless_compat.h>
+#include "lustre_patchless_compat.h"
# define LOCK_FS_STRUCT(fs) spin_lock(&(fs)->lock)
# define UNLOCK_FS_STRUCT(fs) spin_unlock(&(fs)->lock)