diff options
author | Michael Knudsen <mk@cvs.openbsd.org> | 2007-06-06 19:25:51 +0000 |
---|---|---|
committer | Michael Knudsen <mk@cvs.openbsd.org> | 2007-06-06 19:25:51 +0000 |
commit | 500a578db75cf89083df2a55d0595219cd097bef (patch) | |
tree | 48c3b40f7b38744d9870e80ecf42d0d0e3168f82 /sys/dev/usb/usbf.c | |
parent | 44d09381d8aa8071e7d5013a443d408bec5fb7d6 (diff) |
Mechanical removal of USBBASEDEVICE. No binary change.
Tested by thib and myself.
ok mbalmer jsg
Diffstat (limited to 'sys/dev/usb/usbf.c')
-rw-r--r-- | sys/dev/usb/usbf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/usbf.c b/sys/dev/usb/usbf.c index 0c6a2f793f8..92d8ccb33e5 100644 --- a/sys/dev/usb/usbf.c +++ b/sys/dev/usb/usbf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: usbf.c,v 1.4 2007/05/27 10:24:51 jsg Exp $ */ +/* $OpenBSD: usbf.c,v 1.5 2007/06/06 19:25:49 mk Exp $ */ /* * Copyright (c) 2006 Uwe Stuehler <uwe@openbsd.org> @@ -72,7 +72,7 @@ int usbfdebug = 0; #endif struct usbf_softc { - USBBASEDEVICE sc_dev; /* base device */ + struct device sc_dev; /* base device */ usbf_bus_handle sc_bus; /* USB device controller */ struct usbf_port sc_port; /* dummy port for function */ usb_proc_ptr sc_proc; /* task thread */ |