summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/libcfs/fail.c
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.com>2018-05-21 14:35:13 +1000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-05-25 18:34:03 +0200
commite6eafdb9f9b9c77562bfbde2eb93d2e43aa66392 (patch)
tree9cbe2f8308f17a463a45d83bda44ffde418e8f09 /drivers/staging/lustre/lnet/libcfs/fail.c
parent7673fd6b6af0c234e8ed5ec94c4da083b2f7d354 (diff)
downloadop-kernel-dev-e6eafdb9f9b9c77562bfbde2eb93d2e43aa66392.zip
op-kernel-dev-e6eafdb9f9b9c77562bfbde2eb93d2e43aa66392.tar.gz
staging: lustre: start moving includes out of libcfs.h
Lots of places include libcfs.h, and it includes lots of other include files. Many of these aren't needed in many places. It is tidier and better documentation to just include what is needed. So remove all the includes from libcfs.h and create libcfs_all.h which contains them. Then change every reference to libcfs.h to instead include libcfs_all.h Next several patches will remove that from various files in small batches Signed-off-by: NeilBrown <neilb@suse.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lnet/libcfs/fail.c')
-rw-r--r--drivers/staging/lustre/lnet/libcfs/fail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lnet/libcfs/fail.c b/drivers/staging/lustre/lnet/libcfs/fail.c
index d3f1e86..7385bdf 100644
--- a/drivers/staging/lustre/lnet/libcfs/fail.c
+++ b/drivers/staging/lustre/lnet/libcfs/fail.c
@@ -30,7 +30,7 @@
* Lustre is a trademark of Oracle Corporation, Inc.
*/
-#include <linux/libcfs/libcfs.h>
+#include <linux/libcfs/libcfs_all.h>
unsigned long cfs_fail_loc;
EXPORT_SYMBOL(cfs_fail_loc);
OpenPOWER on IntegriCloud