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

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
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment