projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e494990
)
s390/mem_detect: add missing include
author
Heiko Carstens
<heiko.carstens@de.ibm.com>
Tue, 9 Oct 2018 10:23:43 +0000
(12:23 +0200)
committer
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Wed, 10 Oct 2018 05:37:22 +0000
(07:37 +0200)
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 <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/boot/mem_detect.c
patch
|
blob
|
history
diff --git
a/arch/s390/boot/mem_detect.c
b/arch/s390/boot/mem_detect.c
index 65ae3c926042e003c6f753b83c41e748ad77ad72..4cb771ba13fa7fb39da31ac6a8428744c8026d16 100644
(file)
--- 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 <linux/errno.h>
#include <linux/init.h>
#include <asm/sclp.h>
#include <asm/sections.h>