mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 11:40:19 -04:00
staging: rtl8723bs: Remove unused function mac_reg_dump
Remove unused function mac_reg_dump. Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> Link: https://lore.kernel.org/r/80e89052b30d8c495f375e43fc4c1deeea75a624.1725826273.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
75758f4497
commit
a5f6f2f1ec
@@ -22,13 +22,3 @@ static void dump_4_regs(struct adapter *adapter, int offset)
|
||||
netdev_dbg(adapter->pnetdev, "0x%03x 0x%08x 0x%08x 0x%08x 0x%08x\n",
|
||||
i, reg[0], reg[1], reg[2], reg[3]);
|
||||
}
|
||||
|
||||
void mac_reg_dump(struct adapter *adapter)
|
||||
{
|
||||
int i;
|
||||
|
||||
netdev_dbg(adapter->pnetdev, "======= MAC REG =======\n");
|
||||
|
||||
for (i = 0x0; i < 0x800; i += 4)
|
||||
dump_4_regs(adapter, i);
|
||||
}
|
||||
|
||||
@@ -7,6 +7,4 @@
|
||||
#ifndef __RTW_DEBUG_H__
|
||||
#define __RTW_DEBUG_H__
|
||||
|
||||
void mac_reg_dump(struct adapter *adapter);
|
||||
|
||||
#endif /* __RTW_DEBUG_H__ */
|
||||
|
||||
Reference in New Issue
Block a user