usb: gadget: udc: remove unused usbf_ep_dma_reg_clrset function
authorTom Rix <trix@redhat.com>
Sun, 19 Mar 2023 15:59:10 +0000 (11:59 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 23 Mar 2023 16:34:37 +0000 (17:34 +0100)
commita88b3c9eef83b605ef7016471a56db9129ae2529
tree9a317896ecba9a2d6ad4c93ebe06ac110a84ae30
parent1ad715857018893776fd61706da5b2188d67c650
usb: gadget: udc: remove unused usbf_ep_dma_reg_clrset function

clang with W=1 reports
drivers/usb/gadget/udc/renesas_usbf.c:548:20: error: unused function
  'usbf_ep_dma_reg_clrset' [-Werror,-Wunused-function]
static inline void usbf_ep_dma_reg_clrset(struct usbf_ep *ep, uint offset,
                   ^
This function is not used, so remove it.

Signed-off-by: Tom Rix <trix@redhat.com>
Acked-by: Herve Codina <herve.codina@bootlin.com>
Link: https://lore.kernel.org/r/20230319155910.1706294-1-trix@redhat.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/gadget/udc/renesas_usbf.c