From 33e25738e58c475357ef439afe70328017ce2fb8 Mon Sep 17 00:00:00 2001 From: Alan Carvalho de Assis Date: Fri, 8 Aug 2025 17:16:21 -0300 Subject: [PATCH] arch/imxrt: Removed not defined imxrtimxrt_virtramaddr_async_setup This function prototype was defined as static but the function never was created or used. Signed-off-by: Alan C. Assis --- arch/arm/src/imxrt/imxrt_ehci.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm/src/imxrt/imxrt_ehci.c b/arch/arm/src/imxrt/imxrt_ehci.c index 2c8ba334477..4ffea3e4d87 100644 --- a/arch/arm/src/imxrt/imxrt_ehci.c +++ b/arch/arm/src/imxrt/imxrt_ehci.c @@ -478,9 +478,6 @@ static struct imxrt_qtd_s *imxrt_qtd_setupphase( static struct imxrt_qtd_s *imxrt_qtd_dataphase(struct imxrt_epinfo_s *epinfo, void *buffer, int buflen, uint32_t tokenbits); static struct imxrt_qtd_s *imxrt_qtd_statusphase(uint32_t tokenbits); -static ssize_t imxrtimxrt_virtramaddr_async_setup( - struct imxrt_rhport_s *rhport, struct imxrt_epinfo_s *epinfo, - const struct usb_ctrlreq_s *req, uint8_t *buffer, size_t buflen); #ifndef CONFIG_USBHOST_INT_DISABLE static int imxrt_intr_setup(struct imxrt_rhport_s *rhport, struct imxrt_epinfo_s *epinfo, uint8_t *buffer, size_t buflen);