diff options
author | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-02-08 00:30:25 -0500 |
---|---|---|
committer | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-02-08 00:30:25 -0500 |
commit | 0fb807c3e573ff9de2965ca38c907605d4735d16 (patch) | |
tree | 9d614226879ca8802a702deb79d8b74f05278071 | |
parent | f6c727813e03ce0f58d73808da8c9a6bc227249e (diff) |
unconditionally include asm/types.h from linux/types.h
Reported-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
-rw-r--r-- | include/linux/types.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/types.h b/include/linux/types.h index c30973ace890..fca82ed55f49 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 | ||