]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - net/atm/atm_misc.c
[PATCH] gfp flags annotations - part 1
[mirror_ubuntu-artful-kernel.git] / net / atm / atm_misc.c
index 71abc99ec815e78bbc050bbf0714a7c8885ccf4d..223c7ad5bd0f7a3d524e73667c11aa35edae6733 100644 (file)
@@ -25,7 +25,7 @@ int atm_charge(struct atm_vcc *vcc,int truesize)
 
 
 struct sk_buff *atm_alloc_charge(struct atm_vcc *vcc,int pdu_size,
-    unsigned int __nocast gfp_flags)
+    gfp_t gfp_flags)
 {
        struct sock *sk = sk_atm(vcc);
        int guess = atm_guess_pdu2truesize(pdu_size);