mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-18 17:46:15 +07:00
qlcnic: remove unused inline function qlcnic_hw_write_wx_2M
There's no callers in-tree anymore. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
308de89fed
commit
163749ad84
@ -1880,12 +1880,6 @@ static inline void qlcnic_write_crb(struct qlcnic_adapter *adapter, char *buf,
|
||||
adapter->ahw->hw_ops->write_crb(adapter, buf, offset, size);
|
||||
}
|
||||
|
||||
static inline int qlcnic_hw_write_wx_2M(struct qlcnic_adapter *adapter,
|
||||
ulong off, u32 data)
|
||||
{
|
||||
return adapter->ahw->hw_ops->write_reg(adapter, off, data);
|
||||
}
|
||||
|
||||
static inline int qlcnic_get_mac_address(struct qlcnic_adapter *adapter,
|
||||
u8 *mac, u8 function)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user