]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: lustre: fix build error in errno.c
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 26 May 2018 07:01:03 +0000 (09:01 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 26 May 2018 07:01:03 +0000 (09:01 +0200)
commit3c24e170d49d18f67263d0db2ee8126787208b0c
tree0e9950c252f5666423350fd7b6d8d23628f955e1
parentf7a258a8a4503f32d6f387bd600047a24d254d72
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: 0922c0084b91 ("staging: lustre: remove libcfs_all from ptlrpc")
Cc: NeilBrown <neilb@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/ptlrpc/errno.c