Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Make this compile with UHCI_DEBUG in the presenc...



details:   https://anonhg.NetBSD.org/src/rev/17ce63df9443
branches:  trunk
changeset: 486794:17ce63df9443
user:      jhawk <jhawk%NetBSD.org@localhost>
date:      Sun May 28 22:02:05 2000 +0000

description:
Make this compile with UHCI_DEBUG in the presence of
-Werror: uhci_dump is no longer static.

diffstat:

 sys/dev/usb/uhci.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2ae32b8a7dda -r 17ce63df9443 sys/dev/usb/uhci.c
--- a/sys/dev/usb/uhci.c        Sun May 28 21:49:02 2000 +0000
+++ b/sys/dev/usb/uhci.c        Sun May 28 22:02:05 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uhci.c,v 1.115 2000/05/03 18:21:36 mycroft Exp $       */
+/*     $NetBSD: uhci.c,v 1.116 2000/05/28 22:02:05 jhawk Exp $ */
 /*     $FreeBSD: src/sys/dev/usb/uhci.c,v 1.33 1999/11/17 22:33:41 n_hibma Exp $       */
 
 /*
@@ -258,7 +258,7 @@
 Static void            uhci_dump_tds __P((uhci_soft_td_t *));
 Static void            uhci_dump_td __P((uhci_soft_td_t *));
 Static void            uhci_dump_ii __P((uhci_intr_info_t *ii));
-Static void            uhci_dump __P((void));
+void                   uhci_dump __P((void));
 #endif
 
 #define UBARR(sc) bus_space_barrier((sc)->iot, (sc)->ioh, 0, (sc)->sc_size, \



Home | Main Index | Thread Index | Old Index