staging: r8188eu: move (de)init functions from hal to rtw_led
authorMartin Kaiser <martin@kaiser.cx>
Sun, 26 Dec 2021 19:55:38 +0000 (20:55 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Dec 2021 16:12:34 +0000 (17:12 +0100)
commit2232e50bd1170279e8debdcc3252336fda868873
treea4123982c0f92a317d6700fd16396a3cdd18063e
parentb3505203320d6e74a3c83e39c63ef64b6fcd82ac
staging: r8188eu: move (de)init functions from hal to rtw_led

Move the led init and deinit functions from the hal layer to rtw_led.c.
rtl8188eu_led.c and rtl8188e_led.h can now be removed.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20211226195556.159471-4-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/Makefile
drivers/staging/r8188eu/core/rtw_led.c
drivers/staging/r8188eu/hal/rtl8188eu_led.c [deleted file]
drivers/staging/r8188eu/hal/usb_halinit.c
drivers/staging/r8188eu/include/rtl8188e_led.h [deleted file]
drivers/staging/r8188eu/include/rtw_led.h
drivers/staging/r8188eu/os_dep/ioctl_linux.c
drivers/staging/r8188eu/os_dep/os_intfs.c