Module Name:    src
Committed By:   skrll
Date:           Tue Apr 26 09:23:33 UTC 2016

Modified Files:
        src/sys/arch/mips/cavium/dev: octeon_usbcvar.h

Log Message:
g/c usb_dma_reserve


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/mips/cavium/dev/octeon_usbcvar.h

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

Modified files:

Index: src/sys/arch/mips/cavium/dev/octeon_usbcvar.h
diff -u src/sys/arch/mips/cavium/dev/octeon_usbcvar.h:1.2 src/sys/arch/mips/cavium/dev/octeon_usbcvar.h:1.3
--- src/sys/arch/mips/cavium/dev/octeon_usbcvar.h:1.2	Tue Apr 26 09:22:36 2016
+++ src/sys/arch/mips/cavium/dev/octeon_usbcvar.h	Tue Apr 26 09:23:33 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: octeon_usbcvar.h,v 1.2 2016/04/26 09:22:36 skrll Exp $	*/
+/*	$NetBSD: octeon_usbcvar.h,v 1.3 2016/04/26 09:23:33 skrll Exp $	*/
 
 /*
  * Copyright (c) 2007 Internet Initiative Japan, Inc.
@@ -229,9 +229,6 @@ typedef struct octeon_usbc_softc {
 	device_ptr_t sc_child;			/* /dev/usb# device */
 #endif
 	char sc_dying;
-#ifdef __NetBSD__
-	struct usb_dma_reserve sc_dma_reserve;
-#endif
 
 	u_int8_t sc_port_speed;
 #ifndef USBC_HPRT_PRTSPD_HIGH

Reply via email to