summaryrefslogtreecommitdiffstats
path: root/arch/s390
diff options
context:
space:
mode:
authorAl Viro2011-07-26 23:04:15 +0200
committerAl Viro2012-01-04 04:55:17 +0100
commit0583fcc96bb117763c0fa74c123573c0112dec65 (patch)
tree5d8a62e922c34e6e6bc0836b40f5b59f69266766 /arch/s390
parentswitch spu_create(2) to use of SYSCALL_DEFINE4, make it use umode_t (diff)
downloadkernel-qcow2-linux-0583fcc96bb117763c0fa74c123573c0112dec65.tar.gz
kernel-qcow2-linux-0583fcc96bb117763c0fa74c123573c0112dec65.tar.xz
kernel-qcow2-linux-0583fcc96bb117763c0fa74c123573c0112dec65.zip
consolidate umode_t declarations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/s390')
-rw-r--r--arch/s390/include/asm/types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390/include/asm/types.h b/arch/s390/include/asm/types.h
index eeb52ccf499f..05ebbcdbbf6b 100644
--- a/arch/s390/include/asm/types.h
+++ b/arch/s390/include/asm/types.h
@@ -13,8 +13,6 @@
#ifndef __ASSEMBLY__
-typedef unsigned short umode_t;
-
/* A address type so that arithmetic can be done on it & it can be upgraded to
64 bit when necessary
*/