diff options
| author | 2008-04-02 22:35:23 -0700 | |
|---|---|---|
| committer | 2008-04-02 22:35:23 -0700 | |
| commit | e1ec1b8ccdf0df6000faa8c2d985ca5f94157e5a (patch) | |
| tree | 4e1ca325dde22f1ac21c9da0be509e87e922e604 /net/bluetooth/sco.c | |
| parent | [NETNS]: Do not include net/net_namespace.h from seq_file.h (diff) | |
| parent | [VLAN]: Proc entry is not renamed when vlan device name changes. (diff) | |
| download | linux-dev-e1ec1b8ccdf0df6000faa8c2d985ca5f94157e5a.tar.xz linux-dev-e1ec1b8ccdf0df6000faa8c2d985ca5f94157e5a.zip | |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Conflicts:
drivers/net/s2io.c
Diffstat (limited to 'net/bluetooth/sco.c')
| -rw-r--r-- | net/bluetooth/sco.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/sco.c b/net/bluetooth/sco.c index 2a5953b4405d..b0d487e2db20 100644 --- a/net/bluetooth/sco.c +++ b/net/bluetooth/sco.c @@ -58,7 +58,7 @@ static const struct proto_ops sco_sock_ops; static struct bt_sock_list sco_sk_list = { - .lock = RW_LOCK_UNLOCKED + .lock = __RW_LOCK_UNLOCKED(sco_sk_list.lock) }; static void __sco_chan_add(struct sco_conn *conn, struct sock *sk, struct sock *parent); |
