Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[S390] Add missing ifndef/define to include/asm-s390/sysinfo.h.

In order to protect against compile breakage in case the header file
gets included twice.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

authored by

Heiko Carstens and committed by
Martin Schwidefsky
f291e172 4e83be7b

+5
+5
include/asm-s390/sysinfo.h
··· 11 11 * Christian Borntraeger <borntraeger@de.ibm.com> 12 12 */ 13 13 14 + #ifndef __ASM_S390_SYSINFO_H 15 + #define __ASM_S390_SYSINFO_H 16 + 14 17 struct sysinfo_1_1_1 { 15 18 char reserved_0[32]; 16 19 char manufacturer[16]; ··· 117 114 : "cc", "memory"); 118 115 return r0; 119 116 } 117 + 118 + #endif /* __ASM_S390_SYSINFO_H */