From c72251ad879056d096d39db21c08cb52e481eb2d Mon Sep 17 00:00:00 2001 From: Heiko Carstens Date: Tue, 9 Oct 2018 12:23:43 +0200 Subject: [PATCH] s390/mem_detect: add missing include Fix this allnoconfig build breakage: arch/s390/boot/mem_detect.c: In function 'tprot': arch/s390/boot/mem_detect.c:122:12: error: 'EFAULT' undeclared (first use in this function) Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- arch/s390/boot/mem_detect.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/s390/boot/mem_detect.c b/arch/s390/boot/mem_detect.c index 65ae3c926042..4cb771ba13fa 100644 --- a/arch/s390/boot/mem_detect.c +++ b/arch/s390/boot/mem_detect.c @@ -1,4 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 +#include #include #include #include