aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/types.h b/include/linux/types.h
index c30973ace89..fca82ed55f4 100644
--- a/include/linux/types.h
+++ b/include/linux/types.h
@@ -1,6 +1,8 @@
1#ifndef _LINUX_TYPES_H 1#ifndef _LINUX_TYPES_H
2#define _LINUX_TYPES_H 2#define _LINUX_TYPES_H
3 3
4#include <asm/types.h>
5
4#ifndef __ASSEMBLY__ 6#ifndef __ASSEMBLY__
5#ifdef __KERNEL__ 7#ifdef __KERNEL__
6 8
@@ -10,7 +12,6 @@
10#endif 12#endif
11 13
12#include <linux/posix_types.h> 14#include <linux/posix_types.h>
13#include <asm/types.h>
14 15
15#ifndef __KERNEL_STRICT_NAMES 16#ifndef __KERNEL_STRICT_NAMES
16 17