Module Name: src
Committed By: skrll
Date: Wed Apr 1 05:39:52 UTC 2015
Modified Files:
src/sys/dev/usb [nick-nhusb]: uhci.c
Log Message:
Include opt_usb.h
To generate a diff of this commit:
cvs rdiff -u -r1.264.4.29 -r1.264.4.30 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.29 src/sys/dev/usb/uhci.c:1.264.4.30
--- src/sys/dev/usb/uhci.c:1.264.4.29 Sun Mar 29 11:40:36 2015
+++ src/sys/dev/usb/uhci.c Wed Apr 1 05:39:51 2015
@@ -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>