Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Remove unused include
details: https://anonhg.NetBSD.org/src/rev/a35e40d67ea6
branches: trunk
changeset: 327739:a35e40d67ea6
user: martin <martin%NetBSD.org@localhost>
date: Sat Mar 15 19:20:27 2014 +0000
description:
Remove unused include
diffstat:
sys/dev/usb/uchcom.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r a876660eb8fd -r a35e40d67ea6 sys/dev/usb/uchcom.c
--- a/sys/dev/usb/uchcom.c Sat Mar 15 18:28:22 2014 +0000
+++ b/sys/dev/usb/uchcom.c Sat Mar 15 19:20:27 2014 +0000
@@ -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 @@
#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>
Home |
Main Index |
Thread Index |
Old Index