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

s390: use canonical include guard style

Signed-off-by: Daniel van Gerpen <daniel@vangerpen.de>
Acked-by: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

authored by

Daniel van Gerpen and committed by
Martin Schwidefsky
99ec1112 097a116c

+3 -3
+1 -1
arch/s390/include/asm/fcx.h
··· 6 6 */ 7 7 8 8 #ifndef _ASM_S390_FCX_H 9 - #define _ASM_S390_FCX_H _ASM_S390_FCX_H 9 + #define _ASM_S390_FCX_H 10 10 11 11 #include <linux/types.h> 12 12
+1 -1
drivers/s390/cio/chp.h
··· 4 4 */ 5 5 6 6 #ifndef S390_CHP_H 7 - #define S390_CHP_H S390_CHP_H 7 + #define S390_CHP_H 8 8 9 9 #include <linux/types.h> 10 10 #include <linux/device.h>
+1 -1
drivers/s390/cio/idset.h
··· 4 4 */ 5 5 6 6 #ifndef S390_IDSET_H 7 - #define S390_IDSET_H S390_IDSET_H 7 + #define S390_IDSET_H 8 8 9 9 #include <asm/schid.h> 10 10