aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/include/obd_cksum.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/obd_cksum.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/obd_cksum.h')
-rw-r--r--drivers/staging/lustre/lustre/include/obd_cksum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/include/obd_cksum.h b/drivers/staging/lustre/lustre/include/obd_cksum.h
index d2e0d4c45e6b..662a78062963 100644
--- a/drivers/staging/lustre/lustre/include/obd_cksum.h
+++ b/drivers/staging/lustre/lustre/include/obd_cksum.h
@@ -35,7 +35,7 @@
#ifndef __OBD_CKSUM
#define __OBD_CKSUM
#include "../../include/linux/libcfs/libcfs.h"
-#include <lustre/lustre_idl.h>
+#include "lustre/lustre_idl.h"
static inline unsigned char cksum_obd2cfs(cksum_type_t cksum_type)
{