[PATCH] gfp flags annotations - part 1
[linux-2.6-block.git] / drivers / atm / fore200e.c
index 6f1a83c9d9e0c63b71c1d2e1fb98c7b114a30d13..14f6a6201da3c0f29e8203401e49e0fc2858dd28 100644 (file)
@@ -178,7 +178,7 @@ fore200e_irq_itoa(int irq)
 
 
 static void*
-fore200e_kmalloc(int size, unsigned int __nocast flags)
+fore200e_kmalloc(int size, gfp_t flags)
 {
     void *chunk = kzalloc(size, flags);