Switch back to plain old int for gfp_t definition for pre 2.6.14...

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2923 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
mtaylor 2007-11-22 04:46:27 +00:00
parent f30e5aa80b
commit cbc24dce2a
1 changed files with 1 additions and 1 deletions

View File

@ -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)