OSDN Git Service

staging: lustre: fix build error in mdc_request.c
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 26 May 2018 06:57:25 +0000 (08:57 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 26 May 2018 06:57:25 +0000 (08:57 +0200)
commitf7a258a8a4503f32d6f387bd600047a24d254d72
tree56b25fc60b0c85227cd6f881ac95f4a9577e2471
parent0badacd779df08fbbc895cf6c488e100b86c1f39
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: 73d65c8d1a85 ("staging: lustre: remove libcfs_all.h from lustre/include/*.h")
Cc: NeilBrown <neilb@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/mdc/mdc_request.c