staging: r8188eu: IntArray and C2hArray are set but never used
authorMichael Straube <straube.linux@gmail.com>
Sat, 1 Jan 2022 08:49:36 +0000 (09:49 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Jan 2022 13:30:36 +0000 (14:30 +0100)
commit4483319375f3faba3830ce36426cf81fe6eb8b9b
treefd00b244ab572c3212d9d9a3703225ec62ecf6df
parentf606b319ef4d24c072e74ca7e9eb6dfd63bf4282
staging: r8188eu: IntArray and C2hArray are set but never used

The fields IntArray and C2hArray of struct hal_data_8188e are set but
never used. Remove them and remove interrupt_handler_8188eu() since it
does nothing now.

While at it, remove the unsed defines USB_INTR_CONTENT_CPWM1_OFFSET
and USB_INTR_CONTENT_CPWM2_OFFSET as well.

Acked-by: Martin Kaiser <martin@kaiser.cx>
Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20220101084937.3411-7-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/hal/usb_ops_linux.c
drivers/staging/r8188eu/include/rtl8188e_hal.h
drivers/staging/r8188eu/include/rtl8188e_recv.h
drivers/staging/r8188eu/include/rtl8188e_spec.h