summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/types.h')
-rw-r--r--arch/x86/include/asm/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/types.h b/arch/x86/include/asm/types.h
index d60612ff74..7349ba03c2 100644
--- a/arch/x86/include/asm/types.h
+++ b/arch/x86/include/asm/types.h
@@ -41,6 +41,8 @@ typedef unsigned int u32;
typedef signed long long s64;
typedef unsigned long long u64;
+typedef unsigned short umode_t;
+
#include <asm-generic/bitsperlong.h>
#endif /* __ASSEMBLY__ */