Module Name:    src
Committed By:   macallan
Date:           Tue Dec 23 16:20:06 UTC 2014

Modified Files:
        src/sys/external/bsd/dwc2: dwc2.h

Log Message:
#include "opt_usb.h"


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/external/bsd/dwc2/dwc2.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/external/bsd/dwc2/dwc2.h
diff -u src/sys/external/bsd/dwc2/dwc2.h:1.3 src/sys/external/bsd/dwc2/dwc2.h:1.4
--- src/sys/external/bsd/dwc2/dwc2.h:1.3	Tue Sep  2 14:55:56 2014
+++ src/sys/external/bsd/dwc2/dwc2.h	Tue Dec 23 16:20:06 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: dwc2.h,v 1.3 2014/09/02 14:55:56 skrll Exp $	*/
+/*	$NetBSD: dwc2.h,v 1.4 2014/12/23 16:20:06 macallan Exp $	*/
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -40,6 +40,7 @@
 
 #include <linux/list.h>
 
+#include "opt_usb.h"
 // #define VERBOSE_DEBUG
 // #define DWC2_DUMP_FRREM
 // #define CONFIG_USB_DWC2_TRACK_MISSED_SOFS

Reply via email to