diff options
author | Tom Rix <trix@redhat.com> | 2023-03-20 19:34:48 -0400 |
---|---|---|
committer | Kalle Valo <kvalo@kernel.org> | 2023-03-31 17:46:08 +0300 |
commit | c9b6111a6f94bd186d1f0f7a04a9b37030a27738 (patch) | |
tree | e5957594d8dcee5312c48e1fd4b286027aa04055 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 8de7838acfa3309fcc4c6160cb230ee79f582b18 (diff) |
wifi: rtw88: remove unused rtw_pci_get_tx_desc function
clang with W=1 reports
drivers/net/wireless/realtek/rtw88/pci.c:92:21: error:
unused function 'rtw_pci_get_tx_desc' [-Werror,-Wunused-function]
static inline void *rtw_pci_get_tx_desc(struct rtw_pci_tx_ring *tx_ring, u8 idx)
^
This function is not used, so remove it.
Signed-off-by: Tom Rix <trix@redhat.com>
Reviewed-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20230320233448.1729899-1-trix@redhat.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions