X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=net%2Fsctp%2Ftransport.c;h=6bc27200e6cafc8251ebc50b3bac6521a943abf6;hb=1a04392bd6439876b1552793389cbb5be356ea54;hp=a63b691796074bbaa52ac24f216f75a5e46c93fa;hpb=0c168775709faa74c1b87f1e61046e0c51ade7f3;p=linux-2.6-omap-h63xx.git diff --git a/net/sctp/transport.c b/net/sctp/transport.c index a63b6917960..6bc27200e6c 100644 --- a/net/sctp/transport.c +++ b/net/sctp/transport.c @@ -57,7 +57,7 @@ /* Initialize a new transport from provided memory. */ static struct sctp_transport *sctp_transport_init(struct sctp_transport *peer, const union sctp_addr *addr, - int gfp) + gfp_t gfp) { /* Copy in the address. */ peer->ipaddr = *addr; @@ -121,7 +121,8 @@ static struct sctp_transport *sctp_transport_init(struct sctp_transport *peer, } /* Allocate and initialize a new transport. */ -struct sctp_transport *sctp_transport_new(const union sctp_addr *addr, int gfp) +struct sctp_transport *sctp_transport_new(const union sctp_addr *addr, + gfp_t gfp) { struct sctp_transport *transport;