summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbf.c
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2007-09-17 01:40:39 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2007-09-17 01:40:39 +0000
commit48e1b392c83b66e84f297a13b9acbb6c1ba87519 (patch)
tree07a47184c661f4eece0d0d8824fe2928acd475ea /sys/dev/usb/usbf.c
parenta854e6884a9635329a1490f5cf8420c8ab6f8f85 (diff)
remove unneeded malloc.h include.
Diffstat (limited to 'sys/dev/usb/usbf.c')
-rw-r--r--sys/dev/usb/usbf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/usbf.c b/sys/dev/usb/usbf.c
index f73f55c426f..11edcb855fe 100644
--- a/sys/dev/usb/usbf.c
+++ b/sys/dev/usb/usbf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: usbf.c,v 1.9 2007/06/19 11:52:07 mbalmer Exp $ */
+/* $OpenBSD: usbf.c,v 1.10 2007/09/17 01:40:38 fgsch Exp $ */
/*
* Copyright (c) 2006 Uwe Stuehler <uwe@openbsd.org>
@@ -53,7 +53,6 @@
#include <sys/param.h>
#include <sys/device.h>
#include <sys/kthread.h>
-#include <sys/malloc.h>
#include <sys/systm.h>
#include <machine/bus.h>