aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/bluetooth/l2cap_core.c')
-rw-r--r--net/bluetooth/l2cap_core.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/net/bluetooth/l2cap_core.c b/net/bluetooth/l2cap_core.c
index 6f054d906c6..bd88641b4ae 100644
--- a/net/bluetooth/l2cap_core.c
+++ b/net/bluetooth/l2cap_core.c
@@ -3855,13 +3855,5 @@ void l2cap_exit(void)
3855 l2cap_cleanup_sockets(); 3855 l2cap_cleanup_sockets();
3856} 3856}
3857 3857
3858void l2cap_load(void)
3859{
3860 /* Dummy function to trigger automatic L2CAP module loading by
3861 * other modules that use L2CAP sockets but don't use any other
3862 * symbols from it. */
3863}
3864EXPORT_SYMBOL(l2cap_load);
3865
3866module_param(disable_ertm, bool, 0644); 3858module_param(disable_ertm, bool, 0644);
3867MODULE_PARM_DESC(disable_ertm, "Disable enhanced retransmission mode"); 3859MODULE_PARM_DESC(disable_ertm, "Disable enhanced retransmission mode");