projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2678c07
)
make linux/types.h as assembly safe
author
Jaswinder Singh Rajput
<
[email protected]
>
Fri, 6 Feb 2009 15:17:58 +0000
(20:47 +0530)
committer
Jaswinder Singh Rajput
<
[email protected]
>
Fri, 6 Feb 2009 15:17:58 +0000
(20:47 +0530)
Signed-off-by: Jaswinder Singh Rajput <
[email protected]
>
include/linux/types.h
patch
|
blob
|
history
diff --git
a/include/linux/types.h
b/include/linux/types.h
index 712ca53bc348847d7dd7e176f6b0dbabac93fa29..c30973ace890693ae8cadd9d5f78066f472a8b2f 100644
(file)
--- a/
include/linux/types.h
+++ b/
include/linux/types.h
@@
-1,6
+1,7
@@
#ifndef _LINUX_TYPES_H
#define _LINUX_TYPES_H
+#ifndef __ASSEMBLY__
#ifdef __KERNEL__
#define DECLARE_BITMAP(name,bits) \
@@
-212,5
+213,5
@@
struct ustat {
};
#endif /* __KERNEL__ */
-
+#endif /* __ASSEMBLY__ */
#endif /* _LINUX_TYPES_H */