diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-07-26 21:04:15 (GMT) |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-04 03:55:17 (GMT) |
commit | 0583fcc96bb117763c0fa74c123573c0112dec65 (patch) | |
tree | 5d8a62e922c34e6e6bc0836b40f5b59f69266766 /arch/powerpc | |
parent | 1bc94226d5c642b78cf6b2e3e843ef24eb740df0 (diff) | |
download | linux-0583fcc96bb117763c0fa74c123573c0112dec65.tar.xz |
consolidate umode_t declarations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/include/asm/types.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/powerpc/include/asm/types.h b/arch/powerpc/include/asm/types.h index 8947b98..b15a52e 100644 --- a/arch/powerpc/include/asm/types.h +++ b/arch/powerpc/include/asm/types.h @@ -27,12 +27,6 @@ * 2 of the License, or (at your option) any later version. */ -#ifdef __powerpc64__ -typedef unsigned int umode_t; -#else -typedef unsigned short umode_t; -#endif - typedef struct { __u32 u[4]; } __attribute__((aligned(16))) __vector128; |