diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2007-06-14 08:08:22 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2007-06-14 08:08:22 +0000 |
commit | 7cf69ae9a4a66deb84f85670d57d616431419299 (patch) | |
tree | 1908916a831a047279d771cd4d304a16ba879045 /sys/dev/usb/usb_port.h | |
parent | 81d37f5acb8dbeb4c69b8539353acc64e604fb9f (diff) |
Move four #defines out of usb_port.h and to the places where they are used.
ok jsg.
Diffstat (limited to 'sys/dev/usb/usb_port.h')
-rw-r--r-- | sys/dev/usb/usb_port.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h index 8b574a7af3c..7761cc119d4 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.91 2007/06/14 06:55:10 mbalmer Exp $ */ +/* $OpenBSD: usb_port.h,v 1.92 2007/06/14 08:08:21 mbalmer 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 $ */ @@ -52,11 +52,6 @@ #undef USB_USE_SOFTINTR #endif -#define UCOMBUSCF_PORTNO 0 -#define UCOMBUSCF_PORTNO_DEFAULT -1 -#define UHIDBUSCF_REPORTID 0 -#define UHIDBUSCF_REPORTID_DEFAULT -1 - #define mstohz(ms) ((ms) * hz / 1000) #define USB_DECLARE_DRIVER_CLASS(dname, devclass) \ |