summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_port.h
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2006-09-18 10:55:52 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2006-09-18 10:55:52 +0000
commit5be0880e78cb230a66c84297a92fdfbffda4ffaa (patch)
tree2ac185a0a5cad06d8e5a2ef98a53d2496126cdb8 /sys/dev/usb/usb_port.h
parentdc107a3bdd465dc2da2ddafbee78378e91f4b625 (diff)
get rid of the usb_port.h macros that wrap our kthread create functions.
looks ok pascoe@
Diffstat (limited to 'sys/dev/usb/usb_port.h')
-rw-r--r--sys/dev/usb/usb_port.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h
index cc4cb7a4c47..13e4dec00fe 100644
--- a/sys/dev/usb/usb_port.h
+++ b/sys/dev/usb/usb_port.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: usb_port.h,v 1.61 2006/04/23 04:48:07 dlg Exp $ */
+/* $OpenBSD: usb_port.h,v 1.62 2006/09/18 10:55:51 dlg Exp $ */
/* $NetBSD: usb_port.h,v 1.62 2003/02/15 18:33:30 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/usb_port.h,v 1.21 1999/11/17 22:33:47 n_hibma Exp $ */
@@ -119,9 +119,6 @@ typedef struct proc *usb_proc_ptr;
#define sel_klist si_note
-#define usb_kthread_create1 kthread_create
-#define usb_kthread_create kthread_create_deferred
-
typedef int usb_malloc_type;
#define Ether_ifattach(ifp, eaddr) ether_ifattach(ifp)