projects
/
~emulex
/
for-vlad
/
old
/
compat.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add typedef for `gfp_t'
[~emulex/for-vlad/old/compat.git]
/
compat-2.6.14.h
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 */