diff options
author | Daniel van Gerpen <daniel@vangerpen.de> | 2016-05-23 16:19:38 +0300 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2016-06-13 16:58:17 +0300 |
commit | 99ec1112da4a0fc19103cb87df1cfa0e413fcbb3 (patch) | |
tree | 092791bea5e4377aaee527c3b4ce671d1132bab5 /arch/s390/include/asm/fcx.h | |
parent | 097a116c7e9023267b61fb96b37fdcb2864a1ae3 (diff) | |
download | linux-99ec1112da4a0fc19103cb87df1cfa0e413fcbb3.tar.xz |
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>
Diffstat (limited to 'arch/s390/include/asm/fcx.h')
-rw-r--r-- | arch/s390/include/asm/fcx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/include/asm/fcx.h b/arch/s390/include/asm/fcx.h index 7ecb92b469b6..04cb4b4bcc5f 100644 --- a/arch/s390/include/asm/fcx.h +++ b/arch/s390/include/asm/fcx.h @@ -6,7 +6,7 @@ */ #ifndef _ASM_S390_FCX_H -#define _ASM_S390_FCX_H _ASM_S390_FCX_H +#define _ASM_S390_FCX_H #include <linux/types.h> |