]> err.no Git - linux-2.6/blobdiff - net/sctp/ssnmap.c
[PATCH] handle errors returned by platform_get_irq*()
[linux-2.6] / net / sctp / ssnmap.c
index e627d2b451b608e35d5b285722ad83bc2552345f..cbe2513d2822730ffe68853e66da1eca2d54d01b 100644 (file)
@@ -57,7 +57,8 @@ static inline size_t sctp_ssnmap_size(__u16 in, __u16 out)
 /* Create a new sctp_ssnmap.
  * Allocate room to store at least 'len' contiguous TSNs.
  */
-struct sctp_ssnmap *sctp_ssnmap_new(__u16 in, __u16 out, int gfp)
+struct sctp_ssnmap *sctp_ssnmap_new(__u16 in, __u16 out,
+                                   gfp_t gfp)
 {
        struct sctp_ssnmap *retval;
        int size;