Module Name:    src
Committed By:   dyoung
Date:           Fri Sep  4 17:01:30 UTC 2009

Modified Files:
        src/sys/dev/usb: stuirda.c

Log Message:
There's no need to #include <dev/usb/usb_port.h> after #including
<dev/usb/usb.h>.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/usb/stuirda.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/stuirda.c
diff -u src/sys/dev/usb/stuirda.c:1.9 src/sys/dev/usb/stuirda.c:1.10
--- src/sys/dev/usb/stuirda.c:1.9	Mon Oct 13 10:01:24 2008
+++ src/sys/dev/usb/stuirda.c	Fri Sep  4 17:01:29 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: stuirda.c,v 1.9 2008/10/13 10:01:24 is Exp $	*/
+/*	$NetBSD: stuirda.c,v 1.10 2009/09/04 17:01:29 dyoung Exp $	*/
 
 /*
  * Copyright (c) 2001,2007 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: stuirda.c,v 1.9 2008/10/13 10:01:24 is Exp $");
+__KERNEL_RCSID(0, "$NetBSD: stuirda.c,v 1.10 2009/09/04 17:01:29 dyoung Exp $");
 
 #include <sys/param.h>
 
@@ -51,7 +51,6 @@
 #include <dev/usb/usbdi.h>
 #include <dev/usb/usbdi_util.h>
 #include <dev/usb/usbdevs.h>
-#include <dev/usb/usb_port.h>
 
 #include <dev/ir/ir.h>
 #include <dev/ir/irdaio.h>

Reply via email to