diff options
| author | Arnaldo Carvalho de Melo <acme@conectiva.com.br> | 2002-09-27 20:16:50 -0300 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <acme@hera.kernel.org> | 2002-09-27 20:16:50 -0300 |
| commit | 6befa2af03a9b2b64309658fd9f5e9fb07e34a8f (patch) | |
| tree | 9070c005f95c488d84c26ce41ca1bf391fc38f07 /include | |
| parent | 44bb970ac63418fc35d14b1e2f65571d9f53033d (diff) | |
o LLC: remove unused list_head from llc_opt & use rw_lock_init for rwlocks
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/llc_conn.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/llc_conn.h b/include/net/llc_conn.h index 140684e7d882..b27ee7332c3b 100644 --- a/include/net/llc_conn.h +++ b/include/net/llc_conn.h @@ -21,7 +21,6 @@ struct llc_timer { }; struct llc_opt { - struct list_head node; /* entry in sap->sk_list.list */ struct sock *sk; /* sock that has this llc_opt */ struct sockaddr_llc addr; /* address sock is bound to */ u8 state; /* state of connection */ |
