staging: lustre: fix build error in errno.c

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

Reported-by: kbuild test robot <lkp@intel.com>
Fixes: 0922c0084b ("staging: lustre: remove libcfs_all from ptlrpc")
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 09:01:03 +02:00
parent f7a258a8a4
commit 3c24e170d4

View File

@ -26,6 +26,7 @@
* Copyright (c) 2013, Intel Corporation.
*/
#include <linux/errno.h>
#include <lustre_errno.h>
/*