summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2004-12-14 03:54:08 +0000
committerjulian <julian@FreeBSD.org>2004-12-14 03:54:08 +0000
commit6846f0b8571e8d7053a01a81826e77d1af18d26e (patch)
tree90c348f245cdbcb037d3107403d2051eab050264 /sys/dev/usb
parentd2032ba637f86edef60708e0370511c3cbcf8234 (diff)
downloadFreeBSD-src-6846f0b8571e8d7053a01a81826e77d1af18d26e.zip
FreeBSD-src-6846f0b8571e8d7053a01a81826e77d1af18d26e.tar.gz
Small formatting change..
Move a declaration to the same place as in NetBSD. Obtained from: NetBSD MFC after: 1 week
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/ehci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/ehci.c b/sys/dev/usb/ehci.c
index a5e68fb..06d5fe4 100644
--- a/sys/dev/usb/ehci.c
+++ b/sys/dev/usb/ehci.c
@@ -245,6 +245,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);
Static ehci_softc_t *theehci;
Static void ehci_dump_link(ehci_link_t, int);
Static void ehci_dump_sqtds(ehci_soft_qtd_t *);
@@ -1242,7 +1243,6 @@ ehci_dump_regs(ehci_softc_t *sc)
* Unused function - this is meant to be called from a kernel
* debugger.
*/
-void ehci_dump(void);
void
ehci_dump()
{
OpenPOWER on IntegriCloud