staging: rtl8723bs: remove rx_logs/tx_logs/int_logs from drv_types.h
authorPhillip Potter <phil@philpotter.co.uk>
Mon, 15 Feb 2021 23:34:40 +0000 (23:34 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Mar 2021 08:25:24 +0000 (09:25 +0100)
commit7e197d3afa234dc9c529ca3736da93404585c7cd
tree874dd508dbf7f62271669a92b526fa4c7836dc56
parent811c47005e52c506f5a5f68d1eb92853ca0f3be0
staging: rtl8723bs: remove rx_logs/tx_logs/int_logs from drv_types.h

Remove the rx_logs/tx_logs/int_logs struct definitions and their
inclusion within struct adapter as fields, from include/drv_types.h.
They were conditionally compiled based on CONFIG_DBG_COUNTER which
now has no other users in the driver, and were only ever accessed
in a write only fashion via the DBG_COUNTER macro, which has also
been removed.

Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Phillip Potter <phil@philpotter.co.uk>
Link: https://lore.kernel.org/r/20210215233440.80617-7-phil@philpotter.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/drv_types.h