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:
0091212
)
Add typedef for `gfp_t'
author
Arnaud Lacombe
<lacombar@gmail.com>
Tue, 24 Nov 2009 02:23:59 +0000
(21:23 -0500)
committer
Luis R. Rodriguez
<lrodriguez@atheros.com>
Tue, 1 Dec 2009 07:16:19 +0000
(23:16 -0800)
Added on commit
dd0fc66f
by Al Viro in include/linux/types.h.
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
compat-2.6.14.h
patch
|
blob
|
history
diff --git
a/compat-2.6.14.h
b/compat-2.6.14.h
index ec12941db2f9bb47e55b37fa9aacdbf7766ee336..22e7e31948bb97b9de4997d095c9015633e77306 100644
(file)
--- a/
compat-2.6.14.h
+++ b/
compat-2.6.14.h
@@
-7,6
+7,8
@@
/* Compat work for 2.6.14 */
#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,14))
+typedef unsigned int gfp_t;
+
#endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,14)) */
#endif /* LINUX_26_14_COMPAT_H */