From 6ec270534585122c27ad60883fde5253386d9830 Mon Sep 17 00:00:00 2001 From: Marc Balmer Date: Sun, 17 Jun 2007 07:53:12 +0000 Subject: No longer include usb_port.h, all macros have been converted to their C counterparts. Revert usb_port.h to it's original form with all the macro definitions to ease the import of new drivers from other BSDs. after discussion with deraadt; feedback from mk, miod, jsg, dlg. ok dlg. --- sys/dev/usb/usb.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sys/dev/usb/usb.h') diff --git a/sys/dev/usb/usb.h b/sys/dev/usb/usb.h index 7524faa067d..ac1c866d202 100644 --- a/sys/dev/usb/usb.h +++ b/sys/dev/usb/usb.h @@ -1,4 +1,4 @@ -/* $OpenBSD: usb.h,v 1.27 2007/06/09 11:06:53 mbalmer Exp $ */ +/* $OpenBSD: usb.h,v 1.28 2007/06/17 07:53:11 mbalmer Exp $ */ /* $NetBSD: usb.h,v 1.69 2002/09/22 23:20:50 augustss Exp $ */ /* $FreeBSD: src/sys/dev/usb/usb.h,v 1.14 1999/11/17 22:33:46 n_hibma Exp $ */ @@ -48,10 +48,6 @@ #include -#if defined(_KERNEL) -#include -#endif /* _KERNEL */ - #define USB_STACK_VERSION 2 #define USB_MAX_DEVICES 128 -- cgit v1.2.3