mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
wifi: rsi: Remove an unused field in struct rsi_debugfs
dfs_get_ops has apparently never been used since its introduction by
commit dad0d04fa7
("rsi: Add RS9113 wireless driver") in 2014-03.
More-over struct rsi_dbg_ops is not defined.
Remove the unused field from struct rsi_debugfs.
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://patch.msgid.link/15b0609d7b1569ec6c500a175caef4c9189f33e2.1725394207.git.christophe.jaillet@wanadoo.fr
This commit is contained in:
parent
54c9b97352
commit
eeccaa46cb
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ struct rsi_dbg_files {
|
|||
|
||||
struct rsi_debugfs {
|
||||
struct dentry *subdir;
|
||||
struct rsi_dbg_ops *dfs_get_ops;
|
||||
struct dentry *rsi_files[MAX_DEBUGFS_ENTRIES];
|
||||
};
|
||||
int rsi_init_dbgfs(struct rsi_hw *adapter);
|
||||
|
|
Loading…
Add table
Reference in a new issue