Skip to content

Commit

Permalink
UAPI: Alter the S390 asm include guards to be recognisable by the UAP…
Browse files Browse the repository at this point in the history
…I 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>
  • Loading branch information
David Howells committed Dec 13, 2011
1 parent fde2845 commit 87d2f5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/s390/include/asm/chpid.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion arch/s390/include/asm/itcw.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 87d2f5e

Please sign in to comment.