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 20:51:16 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-11 20:51:16 -0700
commit9fdaf8c0b92ab374f8501eb47855776afc928e45 (patch)
tree4f35262cda231dabbc56f2b6ff0059e2c072f791 /drivers/staging/lustre/lustre/include/obd_cksum.h
parentstaging: lnet: ptllnd_wire.h: checkpatch cleanup: whitespace neatening (diff)
downloadlinux-dev-9fdaf8c0b92ab374f8501eb47855776afc928e45.tar.xz
linux-dev-9fdaf8c0b92ab374f8501eb47855776afc928e45.zip
staging: lustre: remove top level ccflags variable
We need to remove the ccflags from the Lustre code as it prevents individual object files from building properly in the kernel build system. It also hids the horrid mess that the Lustre include files are made up of. Start out by removing the toplevel ccflags variable pointing to drivers/staging/lustre/include/ as a valid include path. This requires the absolute include markings of a bunch of .h and .c files, which is also done here. 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 5f740f1743ca..d2e0d4c45e6b 100644
--- a/drivers/staging/lustre/lustre/include/obd_cksum.h
+++ b/drivers/staging/lustre/lustre/include/obd_cksum.h
@@ -34,7 +34,7 @@
#ifndef __OBD_CKSUM
#define __OBD_CKSUM
-#include <linux/libcfs/libcfs.h>
+#include "../../include/linux/libcfs/libcfs.h"
#include <lustre/lustre_idl.h>
static inline unsigned char cksum_obd2cfs(cksum_type_t cksum_type)