mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-06 22:58:29 +00:00
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>
This commit is contained in:
parent
fde2845135
commit
87d2f5e398
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _ASM_S390_CHPID_H
|
#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/string.h>
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _ASM_S390_ITCW_H
|
#ifndef _ASM_S390_ITCW_H
|
||||||
#define _ASM_S390_ITCW_H _ASM_S390_ITCW_H
|
#define _ASM_S390_ITCW_H
|
||||||
|
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
#include <asm/fcx.h>
|
#include <asm/fcx.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue