summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/lnet/module.c
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/lnet/lnet/module.c
parentf81d2eaa558b5134d70682f5781064a930793de6 (diff)
downloadop-kernel-dev-9fdaf8c0b92ab374f8501eb47855776afc928e45.zip
op-kernel-dev-9fdaf8c0b92ab374f8501eb47855776afc928e45.tar.gz
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/lnet/lnet/module.c')
-rw-r--r--drivers/staging/lustre/lnet/lnet/module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lnet/lnet/module.c b/drivers/staging/lustre/lnet/lnet/module.c
index 3bd42a4..e84d59d 100644
--- a/drivers/staging/lustre/lnet/lnet/module.c
+++ b/drivers/staging/lustre/lnet/lnet/module.c
@@ -35,7 +35,7 @@
*/
#define DEBUG_SUBSYSTEM S_LNET
-#include <linux/lnet/lib-lnet.h>
+#include "../../include/linux/lnet/lib-lnet.h"
static int config_on_load;
module_param(config_on_load, int, 0444);
OpenPOWER on IntegriCloud