staging: r8188eu: remove unused function RT_usb_endpoint_is_bulk_in
authorMartin Kaiser <martin@kaiser.cx>
Fri, 10 Sep 2021 20:21:49 +0000 (22:21 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Sep 2021 06:49:56 +0000 (08:49 +0200)
commit5cbe6c5d2c99a40de8fa7073c798ba9b9baf4407
tree8976ae39ea66f92d1163d5b0ab354db8f55db29f
parent74ad79fa771e303f7787c3d9d92b818dad851c9b
staging: r8188eu: remove unused function RT_usb_endpoint_is_bulk_in

Remove the RT_usb_endpoint_is_bulk_in function which is not used.

RT_usb_endpoint_dir_in is no longer used either and can also be removed.

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