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

staging: lustre: fix more build errors in errno.c



And we need even more .h files to be included to build this file.  So
add kernel.h and module.h, and hopefully that's enough...

Reported-by: default avatarkbuild test robot <lkp@intel.com>
Fixes: 0922c008 ("staging: lustre: remove libcfs_all from ptlrpc")
Cc: NeilBrown <neilb@suse.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3c24e170
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -27,6 +27,8 @@
 */

#include <linux/errno.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <lustre_errno.h>

/*