summaryrefslogtreecommitdiff
path: root/drivers/staging/lustre/lnet/libcfs/libcfs_string.c
diff options
context:
space:
mode:
authorJames Simmons <jsimmons@infradead.org>2017-08-20 05:26:56 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-08-23 04:36:52 +0300
commitf9f6b24bc5cd38fd3d3661272a87d017e39cafd2 (patch)
tree69a385b1f43e6e21841e8bda6fc263aed96e9a54 /drivers/staging/lustre/lnet/libcfs/libcfs_string.c
parent95884b8a082886af775643a8b3ad553349b2f951 (diff)
downloadlinux-f9f6b24bc5cd38fd3d3661272a87d017e39cafd2.tar.xz
staging: lustre: libcfs: add include path to Makefile
Rationalize include paths in the libcfs source code files. Signed-off-by: James Simmons <jsimmons@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lnet/libcfs/libcfs_string.c')
-rw-r--r--drivers/staging/lustre/lnet/libcfs/libcfs_string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lnet/libcfs/libcfs_string.c b/drivers/staging/lustre/lnet/libcfs/libcfs_string.c
index 02de1ee720fd..333e47febf87 100644
--- a/drivers/staging/lustre/lnet/libcfs/libcfs_string.c
+++ b/drivers/staging/lustre/lnet/libcfs/libcfs_string.c
@@ -36,7 +36,7 @@
* Author: Nathan Rutman <nathan.rutman@sun.com>
*/
-#include "../../include/linux/libcfs/libcfs.h"
+#include <linux/libcfs/libcfs.h>
/* Convert a text string to a bitmask */
int cfs_str2mask(const char *str, const char *(*bit2str)(int bit),