mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
bluetooth: kill unused 'module' argument of bt_procfs_init()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
14805359c7
commit
b03166152f
9 changed files with 10 additions and 10 deletions
|
@ -319,7 +319,7 @@ extern void hci_sock_cleanup(void);
|
|||
extern int bt_sysfs_init(void);
|
||||
extern void bt_sysfs_cleanup(void);
|
||||
|
||||
extern int bt_procfs_init(struct module* module, struct net *net, const char *name,
|
||||
extern int bt_procfs_init(struct net *net, const char *name,
|
||||
struct bt_sock_list* sk_list,
|
||||
int (* seq_show)(struct seq_file *, void *));
|
||||
extern void bt_procfs_cleanup(struct net *net, const char *name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue