Browse Source

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>
Daniel van Gerpen 9 years ago
parent
commit
99ec1112da
3 changed files with 3 additions and 3 deletions
  1. 1 1
      arch/s390/include/asm/fcx.h
  2. 1 1
      drivers/s390/cio/chp.h
  3. 1 1
      drivers/s390/cio/idset.h

+ 1 - 1
arch/s390/include/asm/fcx.h

@@ -6,7 +6,7 @@
  */
  */
 
 
 #ifndef _ASM_S390_FCX_H
 #ifndef _ASM_S390_FCX_H
-#define _ASM_S390_FCX_H _ASM_S390_FCX_H
+#define _ASM_S390_FCX_H
 
 
 #include <linux/types.h>
 #include <linux/types.h>
 
 

+ 1 - 1
drivers/s390/cio/chp.h

@@ -4,7 +4,7 @@
  */
  */
 
 
 #ifndef S390_CHP_H
 #ifndef S390_CHP_H
-#define S390_CHP_H S390_CHP_H
+#define S390_CHP_H
 
 
 #include <linux/types.h>
 #include <linux/types.h>
 #include <linux/device.h>
 #include <linux/device.h>

+ 1 - 1
drivers/s390/cio/idset.h

@@ -4,7 +4,7 @@
  */
  */
 
 
 #ifndef S390_IDSET_H
 #ifndef S390_IDSET_H
-#define S390_IDSET_H S390_IDSET_H
+#define S390_IDSET_H
 
 
 #include <asm/schid.h>
 #include <asm/schid.h>