X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=net%2Fsctp%2Fchunk.c;h=83ef411772f46f1494175d0320a0f4d43d134b46;hb=4337226228e1cfc1d70ee975789c6bd070fb597c;hp=61da2937e641faa8973281fc57fd2c735dd14fbf;hpb=1b3035b7fcc72b6b36f2a3634dad832eb2453ce8;p=powerpc.git diff --git a/net/sctp/chunk.c b/net/sctp/chunk.c index 61da2937e6..83ef411772 100644 --- a/net/sctp/chunk.c +++ b/net/sctp/chunk.c @@ -62,7 +62,7 @@ static void sctp_datamsg_init(struct sctp_datamsg *msg) } /* Allocate and initialize datamsg. */ -SCTP_STATIC struct sctp_datamsg *sctp_datamsg_new(unsigned int __nocast gfp) +SCTP_STATIC struct sctp_datamsg *sctp_datamsg_new(gfp_t gfp) { struct sctp_datamsg *msg; msg = kmalloc(sizeof(struct sctp_datamsg), gfp);