X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fnet%2Fllc_conn.h;h=e2374e34989f07d9c39d7bdf30c44266bc1f5ad0;hb=0527168522c25121bdd5d5f1d3c5b484d972ea14;hp=54852ff6033bdf0c57cea25c0dc91ff3df468ed0;hpb=ab11d1ea281e85895369ef57c5259ad8a432fabb;p=linux-2.6-omap-h63xx.git diff --git a/include/net/llc_conn.h b/include/net/llc_conn.h index 54852ff6033..e2374e34989 100644 --- a/include/net/llc_conn.h +++ b/include/net/llc_conn.h @@ -93,7 +93,7 @@ static __inline__ char llc_backlog_type(struct sk_buff *skb) return skb->cb[sizeof(skb->cb) - 1]; } -extern struct sock *llc_sk_alloc(int family, unsigned int __nocast priority, +extern struct sock *llc_sk_alloc(struct net *net, int family, gfp_t priority, struct proto *prot); extern void llc_sk_free(struct sock *sk);