forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
staging: lustre: lnet: selftest: add include path to Makefile
Rationalize include paths in the lnet selftest source code files. Signed-off-by: James Simmons <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information
1 parent
8d4fafa
commit a33e20b
Showing
8 changed files
with
21 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,9 +36,9 @@ | |
* Author: Liang Zhen <[email protected]> | ||
*/ | ||
|
||
#include "../../include/linux/libcfs/libcfs.h" | ||
#include "../../include/linux/lnet/lib-lnet.h" | ||
#include "../../include/uapi/linux/lnet/lnetst.h" | ||
#include <linux/libcfs/libcfs.h> | ||
#include <linux/lnet/lib-lnet.h> | ||
#include <uapi/linux/lnet/lnetst.h> | ||
#include "console.h" | ||
|
||
static int | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,8 +36,8 @@ | |
* Author: Liang Zhen <[email protected]> | ||
*/ | ||
|
||
#include "../../include/linux/libcfs/libcfs.h" | ||
#include "../../include/linux/lnet/lib-lnet.h" | ||
#include <linux/libcfs/libcfs.h> | ||
#include <linux/lnet/lib-lnet.h> | ||
#include "timer.h" | ||
#include "conrpc.h" | ||
#include "console.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,8 +36,8 @@ | |
* Author: Liang Zhen <[email protected]> | ||
*/ | ||
|
||
#include "../../include/linux/libcfs/libcfs.h" | ||
#include "../../include/linux/lnet/lib-lnet.h" | ||
#include <linux/libcfs/libcfs.h> | ||
#include <linux/lnet/lib-lnet.h> | ||
#include "console.h" | ||
#include "conrpc.h" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters