]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
UAPI: Alter the S390 asm include guards to be recognisable by the UAPI splitter
authorDavid Howells <dhowells@redhat.com>
Tue, 13 Dec 2011 09:26:45 +0000 (09:26 +0000)
committerDavid Howells <dhowells@redhat.com>
Tue, 13 Dec 2011 09:26:45 +0000 (09:26 +0000)
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>
arch/s390/include/asm/chpid.h
arch/s390/include/asm/itcw.h

index fc71d8a6709b53f34306fc6a286ad7d69770b372..8e88e2221771bf41f2c379d460da4e8fd3499cdd 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #ifndef _ASM_S390_CHPID_H
-#define _ASM_S390_CHPID_H _ASM_S390_CHPID_H
+#define _ASM_S390_CHPID_H
 
 #include <linux/string.h>
 #include <linux/types.h>
index a9bc5c36b32ae094678b6ac534c7795161f6443d..fb1bedd3dc0d7d3c42b41ae7af7d63ea13d26a0f 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #ifndef _ASM_S390_ITCW_H
-#define _ASM_S390_ITCW_H _ASM_S390_ITCW_H
+#define _ASM_S390_ITCW_H
 
 #include <linux/types.h>
 #include <asm/fcx.h>