diff options
| author | Stephen Rothwell <sfr@canb.auug.org.au> | 2003-03-24 06:48:37 -0800 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2003-03-24 06:48:37 -0800 |
| commit | 89bd49ed4be92a604c5e90857df93cc9e2110f75 (patch) | |
| tree | e9ee4ddadd6eb0c10dbbf5974dd68e6fec1e1c8b /include | |
| parent | a3b4ba8e94e689f82c37549d579a51416f716969 (diff) | |
[SCTP]: Fix IRQ flags warnings.
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/sctp/sctp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/sctp/sctp.h b/include/net/sctp/sctp.h index 27a69518c2f9..607703c0585b 100644 --- a/include/net/sctp/sctp.h +++ b/include/net/sctp/sctp.h @@ -356,7 +356,7 @@ for (pos = (head)->next;\ static inline void sctp_skb_list_tail(struct sk_buff_head *list, struct sk_buff_head *head) { - int flags __attribute__ ((unused)); + unsigned long flags; sctp_spin_lock_irqsave(&head->lock, flags); sctp_spin_lock(&list->lock); |
