staging: r8188eu: remove rtw_hal_interrupt_handler function
authorPhillip Potter <phil@philpotter.co.uk>
Mon, 6 Sep 2021 01:00:59 +0000 (02:00 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Sep 2021 06:49:48 +0000 (08:49 +0200)
commitc8a6b1d47df4bd51fe22fbc813d06e75bc66664b
treee3982a83169f7705d84fc7ef85bd79e97d1a94e0
parentac7997b6121f6ec32ceda5d615c47ccc30a56b52
staging: r8188eu: remove rtw_hal_interrupt_handler function

Remove rtw_hal_interrupt_handler from hal/hal_intf.c, and remove its
declaration from include/hal_intf.h as well. This is just a wrapper
function that calls the function pointer interrupt_handler in struct
hal_ops if it is set, which it never is. In addition, this wrapper
function is unused anyway.

Signed-off-by: Phillip Potter <phil@philpotter.co.uk>
Link: https://lore.kernel.org/r/20210906010106.898-8-phil@philpotter.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/hal/hal_intf.c
drivers/staging/r8188eu/include/hal_intf.h