]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5499e1181006646f8853405e8c4b55a9702ba183
tree795dea939ab53697f8b69d30d992299499e98bd3
parent0a7784c5affef0494cf17b8ac63eb3d956a34e78
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