diff options
Diffstat (limited to 'net/bluetooth/l2cap_core.c')
-rw-r--r-- | net/bluetooth/l2cap_core.c | 8 |
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 | ||
3858 | void 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 | } | ||
3864 | EXPORT_SYMBOL(l2cap_load); | ||
3865 | |||
3866 | module_param(disable_ertm, bool, 0644); | 3858 | module_param(disable_ertm, bool, 0644); |
3867 | MODULE_PARM_DESC(disable_ertm, "Disable enhanced retransmission mode"); | 3859 | MODULE_PARM_DESC(disable_ertm, "Disable enhanced retransmission mode"); |