From 6e6281a3dc8f6c0ba394649af4e4c802c6fc6d89 Mon Sep 17 00:00:00 2001 From: Julian Elischer Date: Tue, 14 Dec 2004 03:54:08 +0000 Subject: [PATCH] Small formatting change.. Move a declaration to the same place as in NetBSD. Obtained from: NetBSD MFC after: 1 week --- sys/dev/usb/ehci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/usb/ehci.c b/sys/dev/usb/ehci.c index a5e68fbdbba..06d5fe4da5d 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() {