phk 2004-12-14 07:46:28 UTC FreeBSD src repository Modified files: sys/dev/usb ehci.c Log: 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 ? Revision Changes Path 1.24 +1 -1 src/sys/dev/usb/ehci.c