staging: lustre: fix build breakage on microblaze
authorGreg Kroah-Hartman <[email protected]>
Sat, 12 Jul 2014 06:29:34 +0000 (23:29 -0700)
committerGreg Kroah-Hartman <[email protected]>
Sat, 12 Jul 2014 06:29:34 +0000 (23:29 -0700)
I missed an include path that microblaze found in it's build paths.

Cc: Andreas Dilger <[email protected]>
Cc: Oleg Drokin <[email protected]>
Cc: hpdd-discuss <[email protected]>
Reported-by: kbuild test robot <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/staging/lustre/include/linux/libcfs/linux/linux-mem.h

index b15653f7383a51d653dbe9f5fe980dc27d8ad677..526c77c4dd84a2c2b7da66a0f6437ea699ec9267 100644 (file)
@@ -54,7 +54,7 @@
 
 #ifndef HAVE_LIBCFS_CPT
 /* Need this for cfs_cpt_table */
-#include <linux/libcfs/libcfs_cpu.h>
+#include "../libcfs_cpu.h"
 #endif
 
 #define CFS_PAGE_MASK             (~((__u64)PAGE_CACHE_SIZE-1))