Module Name:    src
Committed By:   skrll
Date:           Sat Feb  6 08:52:26 UTC 2016

Modified Files:
        src/sys/dev/usb [nick-nhusb]: uhci.c

Log Message:
Remove uhci_device_request declaration as it doesn't exist anymore


To generate a diff of this commit:
cvs rdiff -u -r1.264.4.56 -r1.264.4.57 src/sys/dev/usb/uhci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/usb/uhci.c
diff -u src/sys/dev/usb/uhci.c:1.264.4.56 src/sys/dev/usb/uhci.c:1.264.4.57
--- src/sys/dev/usb/uhci.c:1.264.4.56	Fri Nov 20 12:49:59 2015
+++ src/sys/dev/usb/uhci.c	Sat Feb  6 08:52:26 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: uhci.c,v 1.264.4.56 2015/11/20 12:49:59 skrll Exp $	*/
+/*	$NetBSD: uhci.c,v 1.264.4.57 2016/02/06 08:52:26 skrll Exp $	*/
 
 /*
  * Copyright (c) 1998, 2004, 2011, 2012 The NetBSD Foundation, Inc.
@@ -42,7 +42,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.264.4.56 2015/11/20 12:49:59 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.264.4.57 2016/02/06 08:52:26 skrll Exp $");
 
 #include "opt_usb.h"
 
@@ -253,8 +253,6 @@ Static usbd_status	uhci_open(struct usbd
 Static void		uhci_poll(struct usbd_bus *);
 Static void		uhci_softintr(void *);
 
-Static usbd_status	uhci_device_request(struct usbd_xfer *);
-
 Static void		uhci_add_intr(uhci_softc_t *, uhci_soft_qh_t *);
 Static void		uhci_remove_intr(uhci_softc_t *, uhci_soft_qh_t *);
 Static usbd_status	uhci_device_setintr(uhci_softc_t *,

Reply via email to