diff options
author | David Howells <dhowells@redhat.com> | 2011-12-13 04:26:45 -0500 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2011-12-13 04:26:45 -0500 |
commit | 87d2f5e39835b990d3c78d25144dc05b068f697e (patch) | |
tree | 283c45079e1df8f0d55f3c9b4f4abeaee344654a | |
parent | fde28451359b476ba065a9a16fa83aa44168fe59 (diff) |
UAPI: Alter the S390 asm include guards to be recognisable by the UAPI splitter
Alter some of the S390 asm include guards to fit a pattern that the UAPI
splitter recognises.
Signed-off-by: David Howells <dhowells@redhat.com>
-rw-r--r-- | arch/s390/include/asm/chpid.h | 2 | ||||
-rw-r--r-- | arch/s390/include/asm/itcw.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/s390/include/asm/chpid.h b/arch/s390/include/asm/chpid.h index fc71d8a6709b..8e88e2221771 100644 --- a/arch/s390/include/asm/chpid.h +++ b/arch/s390/include/asm/chpid.h | |||
@@ -6,7 +6,7 @@ | |||
6 | */ | 6 | */ |
7 | 7 | ||
8 | #ifndef _ASM_S390_CHPID_H | 8 | #ifndef _ASM_S390_CHPID_H |
9 | #define _ASM_S390_CHPID_H _ASM_S390_CHPID_H | 9 | #define _ASM_S390_CHPID_H |
10 | 10 | ||
11 | #include <linux/string.h> | 11 | #include <linux/string.h> |
12 | #include <linux/types.h> | 12 | #include <linux/types.h> |
diff --git a/arch/s390/include/asm/itcw.h b/arch/s390/include/asm/itcw.h index a9bc5c36b32a..fb1bedd3dc0d 100644 --- a/arch/s390/include/asm/itcw.h +++ b/arch/s390/include/asm/itcw.h | |||
@@ -6,7 +6,7 @@ | |||
6 | */ | 6 | */ |
7 | 7 | ||
8 | #ifndef _ASM_S390_ITCW_H | 8 | #ifndef _ASM_S390_ITCW_H |
9 | #define _ASM_S390_ITCW_H _ASM_S390_ITCW_H | 9 | #define _ASM_S390_ITCW_H |
10 | 10 | ||
11 | #include <linux/types.h> | 11 | #include <linux/types.h> |
12 | #include <asm/fcx.h> | 12 | #include <asm/fcx.h> |