X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fsctp%2Fendpointola.c;h=1404a9e2e78f1686487ac97142715455b16df42d;hb=7e2acc7e2711d51705373ac201333c9a0ebd3950;hp=129756908da49992b5a42e07b84f7521a778e891;hpb=40b20c257a13c5a526ac540bc5e43d0fdf29792a;p=linux-2.6 diff --git a/net/sctp/endpointola.c b/net/sctp/endpointola.c index 129756908d..1404a9e2e7 100644 --- a/net/sctp/endpointola.c +++ b/net/sctp/endpointola.c @@ -50,7 +50,6 @@ */ #include -#include #include #include #include /* get_random_bytes() */ @@ -369,7 +368,7 @@ static void sctp_endpoint_bh_rcv(struct work_struct *work) chunk->transport->last_time_heard = jiffies; error = sctp_do_sm(SCTP_EVENT_T_CHUNK, subtype, state, - ep, asoc, chunk, GFP_ATOMIC); + ep, asoc, chunk, GFP_ATOMIC); if (error && chunk) chunk->pdiscard = 1;