staging: r8188eu: remove unused function usb_endpoint_is_int
authorMartin Kaiser <martin@kaiser.cx>
Fri, 10 Sep 2021 20:21:48 +0000 (22:21 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Sep 2021 06:49:55 +0000 (08:49 +0200)
commit74ad79fa771e303f7787c3d9d92b818dad851c9b
tree305a9bfa9c5f32646469257b3196ab088c6d6c08
parent1ceb1029eeb519e3a878f464c6ff09799ec0e7fc
staging: r8188eu: remove unused function usb_endpoint_is_int

The usb_endpoint_is_int is not used and can be removed.

RT_usb_endpoint_xfer_int was used only by usb_endpoint_is_int. Remove this
function as well.

Acked-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20210910202151.4007-2-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/os_dep/usb_intf.c