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: kbuild test robot <lkp@intel.com>
Fixes: 73d65c8d1a ("staging: lustre: remove libcfs_all.h from lustre/include/*.h")
Cc: NeilBrown <neilb@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Greg Kroah-Hartman 2018-05-26 08:57:25 +02:00
parent 0badacd779
commit f7a258a8a4
1 changed files with 1 additions and 0 deletions

View File

@ -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>