mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 20:33:49 -04:00
staging: lustre: fix build breakage on microblaze
I missed an include path that microblaze found in it's build paths. Cc: Andreas Dilger <andreas.dilger@intel.com> Cc: Oleg Drokin <oleg.drokin@intel.com> Cc: hpdd-discuss <hpdd-discuss@lists.01.org> Reported-by: kbuild test robot <fengguang.wu@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user