staging: r8188eu: remove include/rtw_debug.h
authorPhillip Potter <phil@philpotter.co.uk>
Thu, 19 May 2022 22:10:47 +0000 (23:10 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 May 2022 23:16:35 +0000 (01:16 +0200)
commit6a31a95135da0bb2c5349e49e37d76e9909ab7ea
tree795dea939ab53697f8b69d30d992299499e98bd3
parentbc10916e890948d8927a5c8c40fb5dc44be5e1b8
staging: r8188eu: remove include/rtw_debug.h

Remove include/rtw_debug.h, as all it now has are:

(1) A load of unused preprocessor definitions that expand to BIT(x)
    variants.
(2) A preprocessor definition that expands to the name of the driver
    and is only used in one place inside a pr_info_once call in
    core/rtw_fw.c.

It is now surplus to requirements after fixing up the few places that
include the file.

Signed-off-by: Phillip Potter <phil@philpotter.co.uk>
Link: https://lore.kernel.org/r/20220519221047.6940-1-phil@philpotter.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_fw.c
drivers/staging/r8188eu/include/drv_types.h
drivers/staging/r8188eu/include/rtw_debug.h [deleted file]
drivers/staging/r8188eu/os_dep/ioctl_linux.c