summaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2019-01-14 23:06:40 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2019-01-18 09:43:27 +0100
commit9dd59e11e595e648cd9743fe7d6a2b64b44a8b80 (patch)
treed02c252267cb2c27f659c062c332833464eb5012 /arch/mips
parentc0e0503c1284b81c5ccd483d1e8cdb49ab52fd17 (diff)
downloadbarebox-9dd59e11e595e648cd9743fe7d6a2b64b44a8b80.tar.gz
barebox-9dd59e11e595e648cd9743fe7d6a2b64b44a8b80.tar.xz
move umode_t typedef from asm/types.h to linux/types.h
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/include/asm/types.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/mips/include/asm/types.h b/arch/mips/include/asm/types.h
index 78068e4113..c635c1aac1 100644
--- a/arch/mips/include/asm/types.h
+++ b/arch/mips/include/asm/types.h
@@ -10,10 +10,4 @@
#include <asm-generic/int-ll64.h>
-#ifndef __ASSEMBLY__
-
-typedef unsigned short umode_t;
-
-#endif /* __ASSEMBLY__ */
-
#endif /* _ASM_TYPES_H */