diff --git a/include/compat.h b/include/compat.h index 649cf2a..788e38b 100644 --- a/include/compat.h +++ b/include/compat.h @@ -132,7 +132,7 @@ #endif #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,14) -typedef unsigned __nocast gfp_t; +typedef int gfp_t; #endif #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,16)