aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel van Gerpen <daniel@vangerpen.de>2016-05-23 09:19:38 -0400
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2016-06-13 09:58:17 -0400
commit99ec1112da4a0fc19103cb87df1cfa0e413fcbb3 (patch)
tree092791bea5e4377aaee527c3b4ce671d1132bab5
parent097a116c7e9023267b61fb96b37fdcb2864a1ae3 (diff)
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>
-rw-r--r--arch/s390/include/asm/fcx.h2
-rw-r--r--drivers/s390/cio/chp.h2
-rw-r--r--drivers/s390/cio/idset.h2
3 files changed, 3 insertions, 3 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 @@
6 */ 6 */
7 7
8#ifndef _ASM_S390_FCX_H 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#include <linux/types.h> 11#include <linux/types.h>
12 12
diff --git a/drivers/s390/cio/chp.h b/drivers/s390/cio/chp.h
index af0232290dc4..bb5a68226cda 100644
--- a/drivers/s390/cio/chp.h
+++ b/drivers/s390/cio/chp.h
@@ -4,7 +4,7 @@
4 */ 4 */
5 5
6#ifndef S390_CHP_H 6#ifndef S390_CHP_H
7#define S390_CHP_H S390_CHP_H 7#define S390_CHP_H
8 8
9#include <linux/types.h> 9#include <linux/types.h>
10#include <linux/device.h> 10#include <linux/device.h>
diff --git a/drivers/s390/cio/idset.h b/drivers/s390/cio/idset.h
index 22b58104683b..89a787790888 100644
--- a/drivers/s390/cio/idset.h
+++ b/drivers/s390/cio/idset.h
@@ -4,7 +4,7 @@
4 */ 4 */
5 5
6#ifndef S390_IDSET_H 6#ifndef S390_IDSET_H
7#define S390_IDSET_H S390_IDSET_H 7#define S390_IDSET_H
8 8
9#include <asm/schid.h> 9#include <asm/schid.h>
10 10