linux/drivers/net/wireless/intel/ipw2x00
Tom Rix c7e39d7061 wifi: ipw2x00: remove unused _ipw_read16 function
clang with W=1 reports
drivers/net/wireless/intel/ipw2x00/ipw2200.c:381:19: error:
  unused function '_ipw_read16' [-Werror,-Wunused-function]
static inline u16 _ipw_read16(struct ipw_priv *ipw, unsigned long ofs)
                  ^
This function and its wrapping marco are not used, so remove them.

Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20230319135418.1703380-1-trix@redhat.com
2023-03-31 17:43:55 +03:00
..
ipw.h
ipw2100.c wifi: ipw2x00: Remove some unused functions 2022-12-08 16:42:44 +02:00
ipw2100.h
ipw2200.c wifi: ipw2x00: remove unused _ipw_read16 function 2023-03-31 17:43:55 +03:00
ipw2200.h wifi: ipw2x00: convert ipw_fw_error->elem to flexible array[] 2023-03-13 15:44:15 +02:00
Kconfig
libipw.h wifi: ipw2x00: fix array of flexible structures warnings 2022-09-22 09:08:52 +03:00
libipw_geo.c
libipw_module.c
libipw_rx.c wifi: ipw2x00: fix array of flexible structures warnings 2022-09-22 09:08:52 +03:00
libipw_tx.c
libipw_wx.c
Makefile