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 <acassis@gmail.com>
This commit is contained in:
parent
732a31c2bf
commit
33e25738e5
1 changed files with 0 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue