diff options
author | Tom Rix <[email protected]> | 2023-03-20 19:34:48 -0400 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2023-03-31 17:46:08 +0300 |
commit | c9b6111a6f94bd186d1f0f7a04a9b37030a27738 (patch) | |
tree | e5957594d8dcee5312c48e1fd4b286027aa04055 /tools/perf/scripts/python/event_analyzing_sample.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 <[email protected]>
Reviewed-by: Ping-Ke Shih <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions