From: Greg Kroah-Hartman Date: Sat, 12 Jul 2014 06:49:54 +0000 (-0700) Subject: staging: lustre: fix makefile build breakage X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=490e7dd4f975f6a415b39cd2843eb1f4f663116f;p=linux-beck.git staging: lustre: fix makefile build breakage Forgot to test with infiniband enabled. Reported-by: kbuild test robot Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.h b/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.h index ce05d558b223..2ca753d42ca8 100644 --- a/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.h +++ b/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.h @@ -62,10 +62,10 @@ #define DEBUG_SUBSYSTEM S_LND -#include -#include -#include -#include +#include "../../../include/linux/libcfs/libcfs.h" +#include "../../../include/linux/lnet/lnet.h" +#include "../../../include/linux/lnet/lib-lnet.h" +#include "../../../include/linux/lnet/lnet-sysctl.h" #include #include