This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 33e25738e58c475357ef439afe70328017ce2fb8 Author: Alan Carvalho de Assis <acas...@gmail.com> AuthorDate: Fri Aug 8 17:16:21 2025 -0300 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 <acas...@gmail.com> --- 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);