Source-Changes-HG archive

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

[src/nick-nhusb]: src/sys/dev/usb Include opt_usb.h



details:   https://anonhg.NetBSD.org/src/rev/be2a82374b9a
branches:  nick-nhusb
changeset: 334183:be2a82374b9a
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Apr 01 05:39:51 2015 +0000

description:
Include opt_usb.h

diffstat:

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

diffs (20 lines):

diff -r a7d95b974b7a -r be2a82374b9a sys/dev/usb/uhci.c
--- a/sys/dev/usb/uhci.c        Mon Mar 30 12:09:30 2015 +0000
+++ b/sys/dev/usb/uhci.c        Wed Apr 01 05:39:51 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uhci.c,v 1.264.4.29 2015/03/29 11:40:36 skrll Exp $    */
+/*     $NetBSD: uhci.c,v 1.264.4.30 2015/04/01 05:39:51 skrll Exp $    */
 
 /*
  * Copyright (c) 1998, 2004, 2011, 2012 The NetBSD Foundation, Inc.
@@ -42,7 +42,9 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.264.4.29 2015/03/29 11:40:36 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.264.4.30 2015/04/01 05:39:51 skrll Exp $");
+
+#include "opt_usb.h"
 
 #include <sys/param.h>
 



Home | Main Index | Thread Index | Old Index