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>
This commit is contained in:
@@ -455,6 +455,4 @@ void l2cap_send_disconn_req(struct l2cap_conn *conn, struct sock *sk, int err);
|
||||
void l2cap_chan_del(struct sock *sk, int err);
|
||||
int l2cap_do_connect(struct sock *sk);
|
||||
|
||||
void l2cap_load(void);
|
||||
|
||||
#endif /* __L2CAP_H */
|
||||
|
||||
Reference in New Issue
Block a user