Module Name:    src
Committed By:   martin
Date:           Sat Mar 15 19:20:27 UTC 2014

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

Log Message:
Remove unused include


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/usb/uchcom.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/uchcom.c
diff -u src/sys/dev/usb/uchcom.c:1.12 src/sys/dev/usb/uchcom.c:1.13
--- src/sys/dev/usb/uchcom.c:1.12	Fri Dec 23 00:51:45 2011
+++ src/sys/dev/usb/uchcom.c	Sat Mar 15 19:20:27 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: uchcom.c,v 1.12 2011/12/23 00:51:45 jakllsch Exp $	*/
+/*	$NetBSD: uchcom.c,v 1.13 2014/03/15 19:20:27 martin Exp $	*/
 
 /*
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uchcom.c,v 1.12 2011/12/23 00:51:45 jakllsch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uchcom.c,v 1.13 2014/03/15 19:20:27 martin Exp $");
 
 /*
  * driver for WinChipHead CH341/340, the worst USB-serial chip in the world.
@@ -48,7 +48,6 @@ __KERNEL_RCSID(0, "$NetBSD: uchcom.c,v 1
 #include <sys/proc.h>
 #include <sys/device.h>
 #include <sys/poll.h>
-#include <sys/workqueue.h>
 
 #include <dev/usb/usb.h>
 #include <dev/usb/usbcdc.h>

Reply via email to