Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Remove harmless paste error.



details:   https://anonhg.NetBSD.org/src/rev/5e56b1fa18b8
branches:  trunk
changeset: 790306:5e56b1fa18b8
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Oct 02 23:09:39 2013 +0000

description:
Remove harmless paste error.

diffstat:

 sys/dev/ic/sl811hs.c |  9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r bf52a47dd8f3 -r 5e56b1fa18b8 sys/dev/ic/sl811hs.c
--- a/sys/dev/ic/sl811hs.c      Wed Oct 02 22:55:04 2013 +0000
+++ b/sys/dev/ic/sl811hs.c      Wed Oct 02 23:09:39 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sl811hs.c,v 1.41 2013/10/02 22:55:04 skrll Exp $       */
+/*     $NetBSD: sl811hs.c,v 1.42 2013/10/02 23:09:39 skrll Exp $       */
 
 /*
  * Not (c) 2007 Matthew Orgass
@@ -68,7 +68,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.41 2013/10/02 22:55:04 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.42 2013/10/02 23:09:39 skrll Exp $");
 
 #include "opt_slhci.h"
 
@@ -893,11 +893,6 @@
 
        return error;
 }
-#define        DWC_OTG_BUS2SC(bus)     ((bus)->hci_private)
-
-#define        DWC_OTG_PIPE2SC(pipe)   DWC_OTG_BUS2SC((pipe)->device->bus)
-
-#define        DWC_OTG_XFER2SC(xfer)   DWC_OTG_PIPE2SC((xfer)->pipe)
 
 /* It is not safe for start to return anything other than USBD_INPROG. */
 usbd_status



Home | Main Index | Thread Index | Old Index