Make LINT compile.
When leaving functions for ddb use don't make them static: it makes gcc think they are unused. Shouldn't this be in #ifdef DDB anyway ?
This commit is contained in:
parent
e622b9bcba
commit
a410ae531e
@ -240,7 +240,7 @@ Static void ehci_abort_xfer(usbd_xfer_handle, usbd_status);
|
||||
|
||||
#ifdef EHCI_DEBUG
|
||||
Static void ehci_dump_regs(ehci_softc_t *);
|
||||
Static void ehci_dump(void);
|
||||
void ehci_dump(void);
|
||||
Static ehci_softc_t *theehci;
|
||||
Static void ehci_dump_link(ehci_link_t, int);
|
||||
Static void ehci_dump_sqtds(ehci_soft_qtd_t *);
|
||||
|
Loading…
x
Reference in New Issue
Block a user