projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6c7278
)
unconditionally include asm/types.h from linux/types.h
author
Jaswinder Singh Rajput
<jaswinderrajput@gmail.com>
Sun, 8 Feb 2009 05:30:25 +0000
(11:00 +0530)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 26 Mar 2009 17:14:12 +0000
(18:14 +0100)
Reported-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/linux/types.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/types.h
b/include/linux/types.h
index c30973ace890693ae8cadd9d5f78066f472a8b2f..fca82ed55f4975e08eb7542a98d683dce1ea7fe7 100644
(file)
--- a/
include/linux/types.h
+++ b/
include/linux/types.h
@@
-1,6
+1,8
@@
#ifndef _LINUX_TYPES_H
#define _LINUX_TYPES_H
+#include <asm/types.h>
+
#ifndef __ASSEMBLY__
#ifdef __KERNEL__
@@
-10,7
+12,6
@@
#endif
#include <linux/posix_types.h>
-#include <asm/types.h>
#ifndef __KERNEL_STRICT_NAMES