diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2007-05-19 04:57:15 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2007-05-19 04:57:15 +0000 |
| commit | b27167c85e15da22d6f0da72110083453047915c (patch) | |
| tree | 6c04d8b60e8f6036c8d7870901ead19d2f46d138 /sys/dev | |
| parent | d5a857fbbba10bfaa67afeb3a8128ff357bf44f8 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/ufoma.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/usb/ufoma.c b/sys/dev/usb/ufoma.c index a774a7549e96..a87185c691ba 100644 --- a/sys/dev/usb/ufoma.c +++ b/sys/dev/usb/ufoma.c @@ -256,8 +256,6 @@ static driver_t ufoma_driver = { }; -static devclass_t ucom_devclass; - DRIVER_MODULE(ufoma, uhub, ufoma_driver, ucom_devclass, usbd_driver_load, 0); MODULE_DEPEND(ufoma, usb, 1, 1, 1); MODULE_DEPEND(ufoma, ucom, UCOM_MINVER, UCOM_PREFVER, UCOM_MAXVER); |
