diff options
author | n_hibma <n_hibma@FreeBSD.org> | 2000-03-18 14:54:54 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 2000-03-18 14:54:54 +0000 |
commit | 36b48a0b3e6870d4750433713c130735b020d3ee (patch) | |
tree | 65e95bbbf2273b41af7c519722c820554026cf46 /sys/dev/usb/uhcivar.h | |
parent | 284fc45a1e4761e20ca244e50ae94ec40e29b128 (diff) | |
download | FreeBSD-src-36b48a0b3e6870d4750433713c130735b020d3ee.zip FreeBSD-src-36b48a0b3e6870d4750433713c130735b020d3ee.tar.gz |
Get rid of the last remnants of powerhook abuse.
Diffstat (limited to 'sys/dev/usb/uhcivar.h')
-rw-r--r-- | sys/dev/usb/uhcivar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/uhcivar.h b/sys/dev/usb/uhcivar.h index 4646fa5..30ba97d 100644 --- a/sys/dev/usb/uhcivar.h +++ b/sys/dev/usb/uhcivar.h @@ -164,7 +164,7 @@ typedef struct uhci_softc { char sc_vendor[16]; /* vendor string for root hub */ int sc_id_vendor; /* vendor ID for root hub */ -#if defined(__NetBSD__) || defined(__OpenBSD__) +#if defined(__NetBSD__) void *sc_powerhook; /* cookie from power hook */ void *sc_shutdownhook; /* cookie from shutdown hook */ #endif |