diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-02-07 17:19:30 -0500 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-02-15 07:45:52 -0500 |
commit | c531a12ae63b6438a7859994aca23859f5706010 (patch) | |
tree | fc32fd04015270067db585207e91a26f5498ab4f /include | |
parent | 642745184f82688eb3ef0cdfaa4ba632055be9af (diff) |
Bluetooth: remove l2cap_load() hack
l2cap_load() was added to trigger l2cap.ko module loading from the RFCOMM
and BNEP modules. Now that L2CAP module is gone, we don't need it anymore.
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/bluetooth/l2cap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h index 75ef0b2948f9..9fb87fe1aec3 100644 --- a/include/net/bluetooth/l2cap.h +++ b/include/net/bluetooth/l2cap.h | |||
@@ -455,6 +455,4 @@ void l2cap_send_disconn_req(struct l2cap_conn *conn, struct sock *sk, int err); | |||
455 | void l2cap_chan_del(struct sock *sk, int err); | 455 | void l2cap_chan_del(struct sock *sk, int err); |
456 | int l2cap_do_connect(struct sock *sk); | 456 | int l2cap_do_connect(struct sock *sk); |
457 | 457 | ||
458 | void l2cap_load(void); | ||
459 | |||
460 | #endif /* __L2CAP_H */ | 458 | #endif /* __L2CAP_H */ |