mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 08:17:46 +00:00
wifi: ipw2x00: Remove some unused functions
Functions write_nic_auto_inc_address() and write_nic_dword_auto_inc() are defined in the ipw2100.c file, but not called elsewhere, so remove these unused functions. drivers/net/wireless/intel/ipw2x00/ipw2100.c:427:20: warning: unused function 'write_nic_dword_auto_inc'. Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3285 Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com> Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://lore.kernel.org/r/20221129062407.83157-1-jiapeng.chong@linux.alibaba.com
This commit is contained in:
parent
65e6af6ceb
commit
5107778d00
1 changed files with 0 additions and 11 deletions
|
@ -418,17 +418,6 @@ static inline void write_nic_byte(struct net_device *dev, u32 addr, u8 val)
|
|||
write_register_byte(dev, IPW_REG_INDIRECT_ACCESS_DATA, val);
|
||||
}
|
||||
|
||||
static inline void write_nic_auto_inc_address(struct net_device *dev, u32 addr)
|
||||
{
|
||||
write_register(dev, IPW_REG_AUTOINCREMENT_ADDRESS,
|
||||
addr & IPW_REG_INDIRECT_ADDR_MASK);
|
||||
}
|
||||
|
||||
static inline void write_nic_dword_auto_inc(struct net_device *dev, u32 val)
|
||||
{
|
||||
write_register(dev, IPW_REG_AUTOINCREMENT_DATA, val);
|
||||
}
|
||||
|
||||
static void write_nic_memory(struct net_device *dev, u32 addr, u32 len,
|
||||
const u8 * buf)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue