diff options
-rw-r--r-- | net/bluetooth/sco.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/sco.c b/net/bluetooth/sco.c index 54279ac28120..4322c833e748 100644 --- a/net/bluetooth/sco.c +++ b/net/bluetooth/sco.c | |||
@@ -1231,7 +1231,7 @@ error: | |||
1231 | return err; | 1231 | return err; |
1232 | } | 1232 | } |
1233 | 1233 | ||
1234 | void __exit sco_exit(void) | 1234 | void sco_exit(void) |
1235 | { | 1235 | { |
1236 | bt_procfs_cleanup(&init_net, "sco"); | 1236 | bt_procfs_cleanup(&init_net, "sco"); |
1237 | 1237 | ||