aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/usb_port.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h
index 956163d1298f1..8ab5416f14cd0 100644
--- a/sys/dev/usb/usb_port.h
+++ b/sys/dev/usb/usb_port.h
@@ -40,10 +40,6 @@ typedef struct device bdevice; /* base device */
/* XXX can't we put this somehow into a typedef? */
#define bdevice device_t /* base device */
-#define USB_MODULE(name, driver, devclass) \
- DRIVER_MODULE((name), "usb", (driver), (devclass), usb_driver_load, 0)
-#endif
-