diff options
Diffstat (limited to 'sys/dev/usb/usb_port.h')
-rw-r--r-- | sys/dev/usb/usb_port.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h index 42a7234..460cf57 100644 --- a/sys/dev/usb/usb_port.h +++ b/sys/dev/usb/usb_port.h @@ -132,8 +132,4 @@ __CONCAT(dname,_detach)(device_t self) */ #define logprintf printf -#ifdef SYSCTL_DECL -SYSCTL_DECL(_hw_usb); -#endif - #endif /* _USB_PORT_H */ |