mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-01 10:43:43 +00:00
wifi: brcmsmac: Remove unused brcms_debugfs_get_devdir()
brcms_debugfs_get_devdir() has been unused since it was added by commit
8e21df2389
("brcmsmac: hardware info in debugfs")
Remove it.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://patch.msgid.link/20241004004259.470853-1-linux@treblig.org
This commit is contained in:
parent
e2e2511347
commit
13d21a2896
@ -56,11 +56,6 @@ void brcms_debugfs_detach(struct brcms_pub *drvr)
|
||||
debugfs_remove_recursive(drvr->dbgfs_dir);
|
||||
}
|
||||
|
||||
struct dentry *brcms_debugfs_get_devdir(struct brcms_pub *drvr)
|
||||
{
|
||||
return drvr->dbgfs_dir;
|
||||
}
|
||||
|
||||
static
|
||||
int brcms_debugfs_hardware_read(struct seq_file *s, void *data)
|
||||
{
|
||||
|
@ -70,7 +70,6 @@ void brcms_debugfs_init(void);
|
||||
void brcms_debugfs_exit(void);
|
||||
void brcms_debugfs_attach(struct brcms_pub *drvr);
|
||||
void brcms_debugfs_detach(struct brcms_pub *drvr);
|
||||
struct dentry *brcms_debugfs_get_devdir(struct brcms_pub *drvr);
|
||||
void brcms_debugfs_create_files(struct brcms_pub *drvr);
|
||||
|
||||
#endif /* _BRCMS_DEBUG_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user