From: Arnaud Lacombe Date: Tue, 24 Nov 2009 02:23:59 +0000 (-0500) Subject: Add typedef for `gfp_t' X-Git-Tag: next-20100113~54 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=917dd4a0f693307d427d17f9556f12320a60f022;p=~emulex%2Fcompat.git Add typedef for `gfp_t' Added on commit dd0fc66f by Al Viro in include/linux/types.h. Signed-off-by: Arnaud Lacombe --- diff --git a/compat-2.6.14.h b/compat-2.6.14.h index ec12941..22e7e31 100644 --- 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 */