From 9dd59e11e595e648cd9743fe7d6a2b64b44a8b80 Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Mon, 14 Jan 2019 23:06:40 +0300 Subject: move umode_t typedef from asm/types.h to linux/types.h Signed-off-by: Antony Pavlov Signed-off-by: Sascha Hauer --- arch/mips/include/asm/types.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'arch/mips/include') 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 -#ifndef __ASSEMBLY__ - -typedef unsigned short umode_t; - -#endif /* __ASSEMBLY__ */ - #endif /* _ASM_TYPES_H */ -- cgit v1.2.3