diff options
Diffstat (limited to 'include/net/llc_conn.h')
-rw-r--r-- | include/net/llc_conn.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/llc_conn.h b/include/net/llc_conn.h index b2889218c76a..e44f494bbef1 100644 --- a/include/net/llc_conn.h +++ b/include/net/llc_conn.h | |||
@@ -92,7 +92,8 @@ static __inline__ char llc_backlog_type(struct sk_buff *skb) | |||
92 | return skb->cb[sizeof(skb->cb) - 1]; | 92 | return skb->cb[sizeof(skb->cb) - 1]; |
93 | } | 93 | } |
94 | 94 | ||
95 | extern struct sock *llc_sk_alloc(int family, int priority, struct proto *prot); | 95 | extern struct sock *llc_sk_alloc(int family, unsigned int __nocast priority, |
96 | struct proto *prot); | ||
96 | extern void llc_sk_free(struct sock *sk); | 97 | extern void llc_sk_free(struct sock *sk); |
97 | 98 | ||
98 | extern void llc_sk_reset(struct sock *sk); | 99 | extern void llc_sk_reset(struct sock *sk); |