Commit f7a258a8 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

staging: lustre: fix build error in mdc_request.c



Turns out we need some more .h files to build properly on all arches.
Specifically prefetch.h for this file.

Reported-by: default avatarkbuild test robot <lkp@intel.com>
Fixes: 73d65c8d ("staging: lustre: remove libcfs_all.h from lustre/include/*.h")
Cc: NeilBrown <neilb@suse.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0badacd7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@
# include <linux/utsname.h>
# include <linux/file.h>
# include <linux/kthread.h>
#include <linux/prefetch.h>

#include <lustre_errno.h>
#include <cl_object.h>