Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2edf3fa5 authored by Heiko Carstens's avatar Heiko Carstens Committed by Martin Schwidefsky
Browse files

s390: remove asm/mman.h and asm/types.h



Both header files only include the corresponding uapi header file and
therefore can be removed.

Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 65a6d0c5
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -9,9 +9,7 @@
#ifndef _EBCDIC_H
#define _EBCDIC_H

#ifndef _S390_TYPES_H
#include <types.h>
#endif
#include <linux/types.h>

extern __u8 _ascebc_500[256];   /* ASCII -> EBCDIC 500 conversion table */
extern __u8 _ebcasc_500[256];   /* EBCDIC 500 -> ASCII conversion table */

arch/s390/include/asm/mman.h

deleted100644 → 0
+0 −11
Original line number Diff line number Diff line
/*
 *  S390 version
 *
 *  Derived from "include/asm-i386/mman.h"
 */
#ifndef __S390_MMAN_H__
#define __S390_MMAN_H__

#include <uapi/asm/mman.h>

#endif /* __S390_MMAN_H__ */

arch/s390/include/asm/types.h

deleted100644 → 0
+0 −11
Original line number Diff line number Diff line
/*
 *  S390 version
 *
 *  Derived from "include/asm-i386/types.h"
 */
#ifndef _S390_TYPES_H
#define _S390_TYPES_H

#include <uapi/asm/types.h>

#endif /* _S390_TYPES_H */