staging: r8188eu: remove rtw_debug module parameter
authorPhillip Potter <phil@philpotter.co.uk>
Wed, 16 Feb 2022 01:07:05 +0000 (01:07 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Feb 2022 15:00:36 +0000 (16:00 +0100)
commitdb381acc41b43e03cbb2beb2abc89ba665d86a44
tree47c87cf00519c24a16c0b0e32e7e90126de08d91
parentcd480b0cc9fad2e566bd960935fd0200eb030ec0
staging: r8188eu: remove rtw_debug module parameter

Remove rtw_debug module parameter, and also the internal GlobalDebugLevel
flag and all places where it is referenced. As hal/odm_debug.c is now
essentially empty, also remove this file and edit the Makefile to no
longer reference it. The DBG_88E macro was the last user of these and
has now been removed, making the parameter and flag redundant.

Signed-off-by: Phillip Potter <phil@philpotter.co.uk>
Link: https://lore.kernel.org/r/20220216010709.791-12-phil@philpotter.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/Makefile
drivers/staging/r8188eu/hal/odm_debug.c [deleted file]
drivers/staging/r8188eu/include/rtw_debug.h
drivers/staging/r8188eu/os_dep/os_intfs.c