diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-04-27 17:40:39 -0400 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-04-28 00:10:02 -0400 |
commit | cf2f90f59bbf2c2a539d171cde6e1dfe72048555 (patch) | |
tree | 6a358d0674a044e7b7a13eeafdebe1ada3e0fc1c /include/net/bluetooth | |
parent | 6ff5abbf4e4aa88feb9c2367d4fbd9ea081bf98c (diff) |
Bluetooth: Don't export l2cap_sock_ops
l2cap_sk_ops can be static, it's not used outside l2cap_sock.c
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r-- | include/net/bluetooth/l2cap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h index 0a0134161b1b..c34b1c126363 100644 --- a/include/net/bluetooth/l2cap.h +++ b/include/net/bluetooth/l2cap.h | |||
@@ -441,7 +441,6 @@ static inline int l2cap_tx_window_full(struct l2cap_chan *ch) | |||
441 | #define __is_sar_start(ctrl) (((ctrl) & L2CAP_CTRL_SAR) == L2CAP_SDU_START) | 441 | #define __is_sar_start(ctrl) (((ctrl) & L2CAP_CTRL_SAR) == L2CAP_SDU_START) |
442 | 442 | ||
443 | extern int disable_ertm; | 443 | extern int disable_ertm; |
444 | extern const struct proto_ops l2cap_sock_ops; | ||
445 | extern struct bt_sock_list l2cap_sk_list; | 444 | extern struct bt_sock_list l2cap_sk_list; |
446 | 445 | ||
447 | int l2cap_init_sockets(void); | 446 | int l2cap_init_sockets(void); |