Commit 0583fcc9 authored by Al Viro's avatar Al Viro
Browse files

consolidate umode_t declarations



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 1bc94226
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -15,9 +15,4 @@
#include <asm-generic/int-l64.h>
#endif

#ifndef __ASSEMBLY__

typedef unsigned int umode_t;

#endif /* __ASSEMBLY__ */
#endif /* _ALPHA_TYPES_H */
+0 −6
Original line number Diff line number Diff line
@@ -3,12 +3,6 @@

#include <asm-generic/int-ll64.h>

#ifndef __ASSEMBLY__

typedef unsigned short umode_t;

#endif /* __ASSEMBLY__ */

/*
 * These aren't exported outside the kernel to avoid name space clashes
 */
+0 −6
Original line number Diff line number Diff line
@@ -10,12 +10,6 @@

#include <asm-generic/int-ll64.h>

#ifndef __ASSEMBLY__

typedef unsigned short umode_t;

#endif /* __ASSEMBLY__ */

/*
 * These aren't exported outside the kernel to avoid name space clashes
 */
+0 −6
Original line number Diff line number Diff line
@@ -3,12 +3,6 @@

#include <asm-generic/int-ll64.h>

#ifndef __ASSEMBLY__

typedef unsigned short umode_t;

#endif /* __ASSEMBLY__ */

/*
 * These aren't exported outside the kernel to avoid name space clashes
 */
+0 −6
Original line number Diff line number Diff line
@@ -14,12 +14,6 @@

#include <asm-generic/int-ll64.h>

#ifndef __ASSEMBLY__

typedef unsigned short umode_t;

#endif /* __ASSEMBLY__ */

/*
 * These aren't exported outside the kernel to avoid name space clashes
 */
Loading