summaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/types.h
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2017-08-02 07:11:57 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2017-08-02 11:15:36 +0200
commit2edf3fa5766f5aa1715a612d31bbd15b2211d64e (patch)
tree72aef00ea66d12d20019d70c40ebb164a41fd5e2 /arch/s390/include/asm/types.h
parent65a6d0c56c3b866de04777e386a29ebc8b42899a (diff)
downloadlinux-stable-2edf3fa5766f5aa1715a612d31bbd15b2211d64e.tar.gz
linux-stable-2edf3fa5766f5aa1715a612d31bbd15b2211d64e.tar.bz2
linux-stable-2edf3fa5766f5aa1715a612d31bbd15b2211d64e.zip
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: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/types.h')
-rw-r--r--arch/s390/include/asm/types.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/s390/include/asm/types.h b/arch/s390/include/asm/types.h
deleted file mode 100644
index 6740f4f9781f..000000000000
--- a/arch/s390/include/asm/types.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/*
- * 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 */