staging: r8188eu: Remove wrapper around do_div
authorLarry Finger <Larry.Finger@lwfinger.net>
Tue, 3 Aug 2021 13:52:21 +0000 (08:52 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Aug 2021 10:58:15 +0000 (12:58 +0200)
commite2530e0b7ded1bc15c1f778b85d3db9981181427
tree558ada5b10d36e36e23457aa53f624bf15934f8d
parentb90a6bf384cb0b31278e93ef54ef95682c234806
staging: r8188eu: Remove wrapper around do_div

Wrapper routine rtw_modular64() contains only a call to do_div() and
is used once in the code. Remove the wrapper.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Link: https://lore.kernel.org/r/20210803135223.12543-9-Larry.Finger@lwfinger.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/hal/usb_halinit.c
drivers/staging/r8188eu/include/osdep_service.h
drivers/staging/r8188eu/os_dep/osdep_service.c