staging: lustre: ko2iblnd: add include path to Makefile
Rationalize include paths in the ko2iblnd source code files. Signed-off-by: James Simmons <jsimmons@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
709b4c54e5
commit
895dc4b1bf
2 changed files with 5 additions and 2 deletions
|
@ -1,2 +1,5 @@
|
|||
subdir-ccflags-y += -I$(srctree)/drivers/staging/lustre/include
|
||||
subdir-ccflags-y += -I$(srctree)/drivers/staging/lustre/lustre/include
|
||||
|
||||
obj-$(CONFIG_LNET_XPRT_IB) += ko2iblnd.o
|
||||
ko2iblnd-y := o2iblnd.o o2iblnd_cb.o o2iblnd_modparams.o
|
||||
|
|
|
@ -63,8 +63,8 @@
|
|||
|
||||
#define DEBUG_SUBSYSTEM S_LND
|
||||
|
||||
#include "../../../include/linux/libcfs/libcfs.h"
|
||||
#include "../../../include/linux/lnet/lib-lnet.h"
|
||||
#include <linux/libcfs/libcfs.h>
|
||||
#include <linux/lnet/lib-lnet.h>
|
||||
|
||||
#define IBLND_PEER_HASH_SIZE 101 /* # peer lists */
|
||||
/* # scheduler loops before reschedule */
|
||||
|
|
Loading…
Reference in a new issue