summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ugen.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-07-04 14:58:56 +0000
committerphk <phk@FreeBSD.org>1999-07-04 14:58:56 +0000
commit2a99fba980917e0c44d817ff30a95e4ab0db8368 (patch)
treecb954ce38edc4ff00b3bacdd6b2201102a933798 /sys/dev/usb/ugen.c
parent6b32f98934ea4ac96b2953cf3bb665bd55d509e7 (diff)
downloadFreeBSD-src-2a99fba980917e0c44d817ff30a95e4ab0db8368.zip
FreeBSD-src-2a99fba980917e0c44d817ff30a95e4ab0db8368.tar.gz
Remove cmaj and bmaj args from DEV_DRIVER_MODULE.
Diffstat (limited to 'sys/dev/usb/ugen.c')
-rw-r--r--sys/dev/usb/ugen.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/ugen.c b/sys/dev/usb/ugen.c
index f8de2f7..c62cc8a 100644
--- a/sys/dev/usb/ugen.c
+++ b/sys/dev/usb/ugen.c
@@ -1012,6 +1012,5 @@ ugen_detach(device_t self)
return 0;
}
-DEV_DRIVER_MODULE(ugen, uhub, ugen_driver, ugen_devclass,
- UGEN_CDEV_MAJOR, NOMAJ, ugen_cdevsw, usbd_driver_load, 0);
+DEV_DRIVER_MODULE(ugen, uhub, ugen_driver, ugen_devclass, ugen_cdevsw, usbd_driver_load, 0);
#endif
OpenPOWER on IntegriCloud