diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2017-08-02 07:11:57 +0200 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2017-08-02 11:15:36 +0200 |
commit | 2edf3fa5766f5aa1715a612d31bbd15b2211d64e (patch) | |
tree | 72aef00ea66d12d20019d70c40ebb164a41fd5e2 /arch/s390/include/asm/mman.h | |
parent | s390/nmi: keep comments consistent (diff) | |
download | linux-2edf3fa5766f5aa1715a612d31bbd15b2211d64e.tar.xz linux-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/mman.h')
-rw-r--r-- | arch/s390/include/asm/mman.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/s390/include/asm/mman.h b/arch/s390/include/asm/mman.h deleted file mode 100644 index b79813d9cf68..000000000000 --- a/arch/s390/include/asm/mman.h +++ /dev/null @@ -1,11 +0,0 @@ -/* - * 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__ */ |