summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_sock.c
diff options
context:
space:
mode:
authorAl Viro2013-04-05 01:14:33 +0200
committerAl Viro2013-04-09 20:13:36 +0200
commitb03166152f6da91cec8b66837b309dd3923ea536 (patch)
treea749acffe925a9e595e6ff04e2c41d6f70f745bb /net/bluetooth/hci_sock.c
parentbluetooth: don't bother with ->owner for procfs fops (diff)
downloadkernel-qcow2-linux-b03166152f6da91cec8b66837b309dd3923ea536.tar.gz
kernel-qcow2-linux-b03166152f6da91cec8b66837b309dd3923ea536.tar.xz
kernel-qcow2-linux-b03166152f6da91cec8b66837b309dd3923ea536.zip
bluetooth: kill unused 'module' argument of bt_procfs_init()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'net/bluetooth/hci_sock.c')
-rw-r--r--net/bluetooth/hci_sock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hci_sock.c b/net/bluetooth/hci_sock.c
index 6a93614f2c49..6ad23951c133 100644
--- a/net/bluetooth/hci_sock.c
+++ b/net/bluetooth/hci_sock.c
@@ -1102,7 +1102,7 @@ int __init hci_sock_init(void)
goto error;
}
- err = bt_procfs_init(THIS_MODULE, &init_net, "hci", &hci_sk_list, NULL);
+ err = bt_procfs_init(&init_net, "hci", &hci_sk_list, NULL);
if (err < 0) {
BT_ERR("Failed to create HCI proc file");
bt_sock_unregister(BTPROTO_HCI);