aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/bluetooth.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2013-04-04 19:14:33 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2013-04-09 14:13:36 -0400
commitb03166152f6da91cec8b66837b309dd3923ea536 (patch)
treea749acffe925a9e595e6ff04e2c41d6f70f745bb /include/net/bluetooth/bluetooth.h
parent14805359c790977199e0d74fe689c2c17e6a0954 (diff)
bluetooth: kill unused 'module' argument of bt_procfs_init()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/net/bluetooth/bluetooth.h')
-rw-r--r--include/net/bluetooth/bluetooth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/bluetooth.h b/include/net/bluetooth/bluetooth.h
index 9531beee09b5..946c7772b137 100644
--- a/include/net/bluetooth/bluetooth.h
+++ b/include/net/bluetooth/bluetooth.h
@@ -319,7 +319,7 @@ extern void hci_sock_cleanup(void);
319extern int bt_sysfs_init(void); 319extern int bt_sysfs_init(void);
320extern void bt_sysfs_cleanup(void); 320extern void bt_sysfs_cleanup(void);
321 321
322extern int bt_procfs_init(struct module* module, struct net *net, const char *name, 322extern int bt_procfs_init(struct net *net, const char *name,
323 struct bt_sock_list* sk_list, 323 struct bt_sock_list* sk_list,
324 int (* seq_show)(struct seq_file *, void *)); 324 int (* seq_show)(struct seq_file *, void *));
325extern void bt_procfs_cleanup(struct net *net, const char *name); 325extern void bt_procfs_cleanup(struct net *net, const char *name);